v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBAuthentication 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.