Skip to main content
GET
/
api
/
external
/
v1
/
services
/
{id}
Get service by ID
curl --request GET \
  --url https://api.dancity.app/api/external/v1/services/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

Merchant API key from the Dancity dashboard.

Path Parameters

id
string
required

Response

OK

success
boolean
Example:

true

message
string
data
any