Skip to content

Commit

Permalink
docs: platform api calls (calcom#17356)
Browse files Browse the repository at this point in the history
  • Loading branch information
supalarry authored Oct 28, 2024
1 parent f8cbf46 commit ed6c94b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/platform/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ description: Answers to the most common questions about the Platform API and ato
- No, at the moment you are only allowed to cancel a recurring event.

### 8. Why toggle animation is not working in the AvailabilitySettings atom?
- For the AvailabilitySettings toggle animation to work set the reading direction on the <html> element `<html dir="ltr"> ... </html>`.
- For the AvailabilitySettings toggle animation to work set the reading direction on the <html> element `<html dir="ltr"> ... </html>`.

### 9. What are the authentification methods for making calls to the v2 API?
Either of the two:
- Setting `Authorization: Bearer <token>` header where <token> is access token of the managed user.
- Setting `x-cal-client-id: <client-id>` and `x-cal-secret-key: <client-secret>` where <client-id> is oauth client id and <client-secret> is oauth client secret. Both can be copied from the dashboard.

0 comments on commit ed6c94b

Please sign in to comment.