Skip to main content
POST
/
auth
/
public
/
refresh
Error
A valid request URL is required to generate request examples
{
  "code": 123,
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
refreshToken
string
required

Response

200 - application/json

Token refreshed successfully

code
integer
message
string
data
object