Refresh an Access Token using its client ID, secret, and refresh token.
A request to refresh an Access Token. Use this API to refresh an expired Access Token using a valid Refresh Token.
The type of request being made, in this case a refresh request.
refresh_token "refresh_token"
The client ID of the application requesting to refresh the token.
"ly1nj6n11vionaie65emwzk575hnnmrk"
The client secret of the application requesting to refresh the token.
"hOzsTeFlT6ko0dme22uGbQal04SBPYc1"
The refresh token to refresh.
"c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ"
Returns a new Access Token that can be used to make authenticated
API calls by passing along the token in a authorization header as
follows Authorization: Bearer <Token>.
A token that can be used to make authenticated API calls.
The requested access token.
"c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ"
The time in seconds by which this token will expire.
3600
The type of access token returned.
bearer "bearer"
The permissions that this access token permits, providing a list of resources (files, folders, etc) and the scopes permitted for each of those resources.
The refresh token for this access token, which can be used to request a new access token when the current one expires.
"c3FIOG9vSGV4VHo4QzAyg5T1JvNnJoZ3ExaVNyQWw6WjRsanRKZG5lQk9qUE1BVQ"
The type of downscoped access token returned. This is only returned if an access token has been downscoped.
urn:ietf:params:oauth:token-type:access_token "urn:ietf:params:oauth:token-type:access_token"