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" } ] } }
Retrieve a list of available messaging services
mobilize.service.list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of available messaging services
The response
Show child attributes