API Key Authorization

Superjoin API uses API Key-based authorization to ensure secure access to its endpoints. Every request to the API requires an API key, which must be included in the request header. This API key serves as your unique identifier and grants you access to the API’s functionalities.

Authorization Format

To authorize your request, you need to include the API key in the request header using the following format:

Authorization: Api-Key <YOUR_API_KEY>

Example:

Authorization: Api-Key abc123xyz456

Obtaining Your API Key

To obtain an API key, follow these steps:

  1. Contact Support: Email support@superjoin.ai with a request for an API key. Make sure to provide your user details and the intended use case for the API.
  2. Receive API Key: You will receive your unique API key via email once your request is processed.

Re-requesting an API Key

If you have lost or compromised your API key, you can request a new one. Follow these steps:

  1. Email support@superjoin.ai to request a new API key.
  2. Deactivation of Previous Keys: When you receive a new API key, all previously issued API keys will be automatically deactivated. Ensure that any applications or services using the old key are updated with the new one to avoid disruptions.

Revoking API Keys

If you suspect that your API key has been compromised, contact support immediately to request a new API key and revoke all previously active keys.

Make sure to store your API key securely and only share it with trusted systems.