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

Authorizations

x-droplinked-api-key
string
header
required

Path Parameters

shopName
string
required

shopName parameter

Example:

"example-value"

Response

Success