cURL
curl --request GET \ --url https://api.dancity.app/api/external/v1/services \ --header 'Authorization: Bearer <token>'
One endpoint for services: use query parameters to filter, or pass id to return a single service. GET /api/external/v1/services/{id} is still supported for the same by-id result.
id
GET /api/external/v1/services/{id}
Merchant API key from the Dancity dashboard.
Optional. Service Mongo id — when set, response is a single service object.
service
OK