This endpoint is publicly accessible without authentication
Public Access
This endpoint does not require authentication and can be accessed by anyone with a valid refresh token. It’s used to renew expired session tokens.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
OK
The response is of type object
.