Skip to main content

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

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>

Reply