Mobile - Authentication

Refresh Access Token

Get new access token using refresh token.

post/api/v1/mobile/auth/refresh

Request body

refresh_tokenstring required

Refresh token

Response

Successful Response

access_tokenstring required

JWT access token

refresh_tokenstring required

JWT refresh token

expires_atinteger required

Token expiration timestamp

Changes

No recorded changes to this endpoint across all 1 revision of this API.