Skip to content

Refresh

POST
/api/auth/access-token/refresh

This endpoint can be used to get a new access token from a refresh token without having to call the login API endpoint again.

object
Example
{
"refreshToken": "{{refreshToken}}"
}

Successful response