Authentication and Security

Depending on the API configuration, it may use:

  • Subscription keys only

  • OAuth 2.0 / Bearer Tokens

  • API keys + JWT

Check the API’s Authorization section for exact requirements.

If OAuth is used, follow the token generation instructions in the API documentation.