GET
/
auth
/
refresh-token
curl --request GET \
  --url https://api.gateway.tech/auth/refresh-token \
  --header 'Authorization: <api-key>'
{
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and the JWT token.

Response

200 - application/json
OK
token
string
required