Authentication

API Docs

API Keys

To obtain your API key, follow these steps:

  1. Log in to your Calendsa account and locate the business menu in the header.
  2. Click on "API Keys" in the business menu.
  3. Click on the "Create API Key" button.
  4. Fill in the required information for creating a new API key.
  5. Click on the "Create" button.

Your new API key will be displayed on the API Keys page. Make sure to store it securely, as it will be required for authentication when making API requests. Note that you can revoke or generate a new API key at any time from the API Keys page.

Bearer Token

To authorize your API requests, you need to include an API key in the "Authorization" header of your HTTP requests. Your API key acts as a unique identifier for your account and is used to track usage and enforce rate limits. Here's an example of how to include the API key in a request header:

Replace {API_KEY} with your actual API key.

Make sure to keep your API key secret and secure, as it provides access to your Calendsa account resources. If you need to regenerate your API key or revoke access, you can do so from the API Keys section of your Calendsa account.

If you make a request with an invalid or expired API key, a 401 Unauthorized error will be returned. If you exceed the rate limit for your API key, a 429 Too Many Requests error will be returned.