Quickstart

This guide will get you all set up and ready to use the Calapi API. We'll cover how to use your API key to make your first request

Making your first API request

After grabbing your access token, you are ready to make your first call to the Calapi API. Below, you can see how to send a GET request to the Calendars endpoint to get a list of all your calendars.

GET
/calendars
curl --location 'https://api.calapi.io/calendars' \
  --header 'Authorization: Bearer {token}'

What's next?

Great, you're now set up with an API client and have made your first request to the API. Here are a few links that might be handy as you venture further into the Calapi API:

Was this page helpful?