Authentication API
Refresh the Access Token
Use this endpoint to renew an expired access token with a valid refresh token.
post/v1/login/oauth/refresh_token
Request body
Example request
{
"refreshToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ",
"scope": "openid profile email"
}Response
Indicates that the resource was successfully created and the operation was completed as expected.
Changes
No recorded changes to this endpoint across all 1 revision of this API.