From 40c9d629f18b481b85e80c06e017761d56411cff Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Thu, 15 Jan 2026 12:57:30 +0100 Subject: [PATCH] Documentation edits made through Mintlify web editor --- docs/api-reference/v2/introduction.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/api-reference/v2/introduction.mdx b/docs/api-reference/v2/introduction.mdx index 580d346d11..a69b9d2791 100644 --- a/docs/api-reference/v2/introduction.mdx +++ b/docs/api-reference/v2/introduction.mdx @@ -76,6 +76,10 @@ OAuth credentials can be accessed in the platform dashboard https://app.cal.com/ 1. `x-cal-client-id` - ID of the OAuth client. 2. `x-cal-secret-key` - secret of the OAuth client. + + +## Deprecated + ### 3. Managed user access token After you create a managed user you will receive its access and refresh tokens. The response also includes managed user's id, so we recommend you to add new properties to your users table calAccessToken, calRefreshToken and calManagedUserId to store this information. @@ -93,9 +97,6 @@ Validity period: access tokens are valid for 60 minutes and refresh tokens for 1 Recovering tokens: if you ever lose managed user's access or refresh tokens, you can force refresh them using the OAuth client credentials and store them in your database [API reference](https://cal.com/docs/api-reference/v2/platform-managed-users/force-refresh-tokens). - -## Deprecated - ## Platform endpoints Platform customers have the following endpoints available: