How to connect to Calendesk using RESTful API?

Read time: 2 minutes

Share:
How to connect to Calendesk using RESTful API?How to connect to Calendesk using RESTful API?

How to generate an API Key for Calendesk?

  1. Sign in to Calendesk Admin Panel
  2. Click Integrations from the main menu.
  3. Select Account Integrations and scroll to API.
  4. Select API and click Generate API Key.
  5. Copy the tenant name and the API key to your clipboard.
  6. Use the generated API Key as a parameter in all HTTP requests X-Api-Key
  7. Use the generated Tenant name as a parameter in all HTTP requests X-Tenant
Integrations tab
Account integrations
Generate API Key
Copy Tenant name and API key

For example:

curl --location --request GET 'https://api.calendesk.com/api/v2/categories/services' \
--header 'Content-Type: application/json' \
--header 'X-Requested-With: XMLHttpRequest' \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'X-Tenant: YOUR_TENANT_NAME'

API Documentation

The complete API documentation is available here: https://api-doc.calendesk.com/.

Technical questions

If you have any additional API questions, please reach us using the contact form, chat, or our email address.

Share: