---
title: "Get Calendar Auth Token"
method: POST
path: "/api/v1/calendar/authenticate/"
tags: ["calendar-v1"]
---

# Get Calendar Auth Token

`POST /api/v1/calendar/authenticate/`

Generate an authentication token for calendar APIs, scoped to the user. Each token has an expiry of 1 day from time of creation.

The base rate limit for this endpoint is:
- 300 requests per min per workspace

## Request body

- CalendarAuthenticateRequestRequest
  - `user_id` string, required — The unique id of the user in your system.

## Response `200`

- CalendarAuthenticateResponse — Serializer for calendar authentication token response.
  - `token` string, required — The authentication token for the user.

---

[API](https://skmtc.net/recall/apis/recall-ai-api.md) · [All operations](https://skmtc.net/recall/apis/recall-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recall/recall-ai-api/revisions/55ce8c277c24/schema)
