GET
/
service
cURL
curl --request GET \
  --url https://api.belio.co.ke/service \
  --header 'Authorization: Bearer <token>'
{
  "desc": {
    "result": [
      {
        "id": "<string>",
        "serviceName": "<string>",
        "productType": "SMS",
        "teamId": "<string>",
        "status": "Draft",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z"
      }
    ]
  }
}
Refer to Authentication for information on how to obtain a Bearer token.
This endpoint requires the mobilize.service.list API client authorization scope to access the list of services. You can set up scopes on the API Clients page.

Authorizations

Authorization
string
header
required

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

Response

200
application/json

List of available messaging services

The response is of type object.