Skip to main content
GET
/
api
/
v1
/
services
Get services
curl --request GET \
  --url https://api.dancity.app/api/v1/services \
  --header 'Authorization: Bearer <token>'
{
  "message": "SUCCESS",
  "allServices": [
    {
      "_id": "66d1ccc630a43475d74bde4d",
      "name": "DATA"
    },
    {
      "_id": "66e0c7670f79621083603b24",
      "name": "EXAM PIN"
    },
    {
      "_id": "66e303049b161ae6c74fa0a3",
      "name": "BILL"
    },
    {
      "_id": "66e9735fe61416ed74c118b2",
      "name": "INTERNET"
    },
    {
      "_id": "6835949ef33a409a9996b667",
      "name": "VIRTUAL CARD"
    },
    {
      "_id": "68d8462d3d56536a80047a69",
      "name": "Betting"
    },
    {
      "_id": "690b4284cf429961e4641223",
      "name": "AIRTIME"
    },
    {
      "_id": "69c27af6acd6c0eddbb5ce39",
      "name": "eSIM"
    },
    {
      "_id": "69e88decc1df22abb3e80558",
      "name": "Cable"
    },
    {
      "_id": "69e88e02c1df22abb3e805c6",
      "name": "Electricity"
    }
  ]
}

Authorizations

Authorization
string
header
required

Merchant API key from the Dancity dashboard.

Response

OK