Download OpenAPI specification:Download
Lists all supported networks. If a MSISDN is passed in the query string, it will attempt to determine the network from it. This service is charged for.
Authorizations: |
| msisdn | string.+ To filter the networks which are possible for a specified MSISDN. |
List of networks supported.
Cannot afford lookup.
Retrieves details about a specific network.
Authorizations: |
| network required | string UUID of the network. |
The network.
The credit types that can be credited. Contains minimum amount of credit, maximum amount of credit and increments.
Authorizations: |
| network required | string UUID of the network. |
List of credit types.
Retrieves a price breakdown of how much a credit will cost, along with a flag to indicate if the client can afford it.
Authorizations: |
| client_reference | string |
| msisdn | string |
| network | string |
| send_sms_confirmation | boolean |
| subscription_type | string |
| type | string |
| credit_value | object |
The quote.
Authorizations: |
| environment required | string UUID of the environment. |
| limit | string\d+ Default: "50" Maximum number of results per page. |
| page | string\d+ Default: "1" The page of the result set. |
| sort | string(asc|desc) Default: "desc" Sort direction, either 'asc' or 'desc' |
List of credits submitted to the environment.
The ID doesn't match an environment.
Authorizations: |
| environment required | string UUID of the environment. |
| client_reference | string |
| msisdn | string |
| network | string |
| send_sms_confirmation | boolean |
| subscription_type | string |
| type | string |
| credit_value | object |
The credit.
Bad request.
Cannot afford credit.
The ID doesn't match an environment.
The client reference has already been used.
Retrieves all credits within the scope of the authenticated user.
Authorizations: |
| limit | string\d+ Default: "50" Maximum number of results per page. |
| page | string\d+ Default: "1" The page of the result set. |
| sort | string(asc|desc) Default: "desc" Sort direction, either 'asc' or 'desc' |
| type | string(live|dev) Default: "live" Specify whether you want to return credits from either 'live' or 'test' environments. |
Retrieves List of credits which have been submitted by the client.