This documentation is a Work in Progress. There maybe content unfinished. Feedback is welcome.
cURL
curl --request POST \ --url {protocol}://{host}/cocart/jwt/refresh-token \ --header 'Content-Type: application/json' \ --data '{ "refresh_token": "<string>" }'
{ "token": "<string>", "refresh_token": "<string>" }
Generate a new JWT token using a refresh token
Token refreshed successfully
The response is of type object.
object
Was this page helpful?