Skip to main content
Skip table of contents

Misc Information

Misc Information

This page collects miscellaneous reference information used across the API set.


Common headers

Most APIs require:

CODE
Content-Type: application/json
X-Requested-With: XMLHttpRequest
X-Authorization: Bearer <AccessToken>

Authentication APIs are documented separately in Authentication.


Common patterns

  • Most endpoints accept JSON with a top-level wrapper object (as per the Postman collection).

  • GET APIs support filtering by optional IDs where applicable.

  • For POST/PATCH timeouts, verify completion using the appropriate GET API (see Response Time & Timeout).


Cross-API parameter sourcing

Reference IDs are typically sourced via the corresponding GET APIs:

  • serviceProfileIdGET Service Profile

  • destinationGroupIdGET Destination Group

  • roamingProfileIdGET Roaming Profile

  • ratezoneIdGET Ratezone

  • tariffIdGET Tariff

  • planIdGET Query Rate Plan

  • apnGroupIdGET APN Group

  • endpointIdGET Endpoint

  • simProductIdSIM Product

(Additional lookup/reference APIs are documented in their respective sections.)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.