Auth API
Refresh Token
Refreshes the token for the current user.
POST
/
sessions
/
token
/
refresh
Header
Authorization
string
requiredThis is the refresh token for the current user.
Body
accessToken
string
requiredThis is the access token for the current user.
Was this page helpful?