OAuth
The OAuth API provides authentication and authorization mechanisms that allow partners and sub-partners to securely access CarrierX resources. OAuth tokens serve as credentials in API requests, enabling programmatic management of Core API objects when appropriate scopes are set.
OAuth tokens with the token_type set to bearer are passed in request headers (e.g., -H 'Authorization: Bearer 5ebc03d6-8b2b-44ad-bf65-72d4f1491dda') and are used as credentials for the authentication with the API.
Partners with appropriate scopes can generate OAuth tokens both for themselves and for sub-partners, targeting the sub-partners by their secure IDs.
Refer to How It Works: Using OAuth Tokens to learn more about what OAuth tokens are, what tokens are available in CarrierX API, what they are used for, and how you can work with them.