Skip to main content
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.

Rate Limit

This endpoint is rate limited to 1 request per second.

Authorizations

Authorization
string
header
required

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

Response

List of available messaging services

desc
object

The response

I