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
Before you can make requests to the Calapi API, you will need to grab your API key from your dashboard. You find it under Dashboard » Developer.
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
/calendarscurl --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: