Misc Information
Misc Information
This page collects miscellaneous reference information used across the API set.
Common headers
Most APIs require:
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:
serviceProfileId→ GET Service ProfiledestinationGroupId→ GET Destination GrouproamingProfileId→ GET Roaming ProfileratezoneId→ GET RatezonetariffId→ GET TariffplanId→ GET Query Rate PlanapnGroupId→ GET APN GroupendpointId→ GET EndpointsimProductId→ SIM Product
(Additional lookup/reference APIs are documented in their respective sections.)