Authentication

You'll need to authenticate your requests to access any of the endpoints in the OneCal API. In this guide, we'll look at how authentication works.

API Key Authentication

In order to authenticate your requests, you need to pass your API key in the x-api-key header to each request you send to the OneCal API.

Example request with basic auth

curl https://app.onecal.io/api/v1/memberships \
  -H "x-api-key: {API KEY}"

Was this page helpful?