Skip to main content
Community Member
January 1, 2025
Question

Refresh token

  • January 1, 2025
  • 1 reply
  • 307 views

Hi, how to refresh access token with refresh token, i can not find it in document 

    1 reply

    Employee
    January 2, 2025

    Hi ​@Tuan78671

     

    You can refresh an access token by making a request to the POST /oauth/token endpoint:

    https://developer.calendly.com/api-docs/be9b32ef4b44c-get-access-token

     

    Here are the params that should be passed in the body:

    • grant_type=refresh_token
    • refresh_token=<your refresh token>