Skip to main content
GET
/
shops
/
v2
/
public
/
name
/
{name}
Get public shop by name
curl --request GET \
  --url https://api.io.droplinked.com/shops/v2/public/name/{name} \
  --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

name
string
required

name parameter

Example:

"example-value"

Response

Success