Skip to main content
Community Member
August 2, 2024
Question

When I try connection to API I have 403 error forbiden

  • August 2, 2024
  • 1 reply
  • 540 views

When I try connaction by API V2  URL

https://api.calendly.com/webhook_subscriptions
I have error from Cloudfare with 403 error. 
 
How I can recive access to API?

    1 reply

    Employee
    August 2, 2024

    Hi @Ksheva

     

    We use OAuth to authorize API requests. It sounds like the OAuth access token is not being passed correctly to the /webhook_subscriptions endpoint.

    There are two ways to get an access token:

    Have you done either of those steps first? If so, can you reply with the HTTP headers for the request that you’re making (with the token omitted).

     

    -andrew