cURL
curl --request GET \ --url https://api.gateway.tech/auth/refresh-token \ --header 'Authorization: <api-key>'
{ "token": "<string>" }
Refresh token
Type "Bearer" followed by a space and the JWT token.
OK
Was this page helpful?