Skip to main content
GET
/
blogs
Get all blogs of a shop with pagination and search
curl --request GET \
  --url https://api.io.droplinked.com/blogs \
  --header 'x-droplinked-api-key: <api-key>'
{
  "statusCode": 400,
  "message": "Bad Request",
  "error": "Invalid input data"
}

Authorizations

x-droplinked-api-key
string
header
required

Response

Success