v1

latestOpenAPI 3.0.32026-08-0621531.1 KB
Authentication

Refresh an authentication token

Exchanges a previously issued token for a fresh one without re-sending credentials. The old token is invalidated. Returns 401 Unauthorized for a bad old_token.

post/auth/refresh_token.json

Response

New token issued.

tokenstring

Authentication token, valid for one day.