Skip to main content
GET
/
retailers
Get Retailers
curl --request GET \
  --url https://api.example.com/retailers \
  --header 'x-api-key: <x-api-key>'
{
  "retailers": []
}

Headers

x-api-key
string
required

The client's API key secret value

Query Parameters

all
boolean
default:false

Whether to return all retailers, not just the ones configured for the client

Examples:

true

false

Response

Successful Response

retailers
RetailerResponse · object[]