Skip to content

Refresh

POST
/auth/refresh
curl --request POST \
--url https://example.com/auth/refresh

Rotate the current session token. Old token is immediately invalidated.

Successful Response

Media typeapplication/json
AuthTokenResponse
object
api_token
required
Api Token
string
Examplegenerated
{
"api_token": "example"
}