GET
/
api
/
v1
/
api-services
/
services
curl --request GET \
  --url https://api-m.dexchange.sn/api/v1/api-services/services \
  --header 'Authorization: Bearer <token>'
{
  "services": [
    {
      "serviceId": "<string>",
      "serviceName": "<string>",
      "serviceCode": "<string>",
      "serviceType": "<string>",
      "country": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
Services response
services
object[]
required