Authentication

Refresh Token

Refresh JWT access token using refresh token

post/api/auth/refresh

Request body

refresh_tokenstring required

Response

Successful Response

successboolean required
messagestring required
access_tokenstring nullable
refresh_tokenstring nullable
expires_ininteger nullable
refresh_expires_ininteger nullable

Changes

No recorded changes to this endpoint across all 4 revisions of this API.