Refresh an Access Token using its client ID, secret, and refresh token. This endpoint exchanges a refresh token for a new access token. The refresh token must be valid (they expire after 60 days). Each time a refresh token is used, it is invalidated and a new one is returned alo…
client_idRequiredstringThe client ID of the Box OAuth2 application requesting the token refresh.
grant_typestringThe type of OAuth2 grant being requested. Must be 'refresh_token' for this endpoint.
client_secretRequiredstringThe client secret of the Box OAuth2 application requesting the token refresh.
refresh_tokenRequiredstringThe refresh token to exchange for a new access token. Each refresh token can only be used once.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.