Authenticate requests to the API with an encrypted API key tied to your account, for developers building integrations with Communications Platform.
Authenticate requests to the Authentication & Connect API with an encrypted API key associated with your user account.
Get an active API key
- Sign in to the Communications Platform UI with an account that has the Admin role.
- Open Preferences, then select the API tab.
- Copy the designated API key from your account.
Use this API key when building integrations that interact with your Platform account. For more details, see Access your API Key.
Send your API key
Include the key in the Authorization header of every request, using the Bearer scheme:
Authorization: Bearer <your_api_key>
