Documentation is still being updated. Some content maybe unfinished.
A valid request URL is required to generate request examples{
"token": "<string>",
"refresh_token": "<string>"
}Generate a new JWT token using a refresh token
curl --request POST \
--url {protocol}://{host}/cocart/jwt/refresh-token \
--header 'Content-Type: application/json' \
--data '
{
"refresh_token": "<string>"
}
'{
"token": "<string>",
"refresh_token": "<string>"
}Was this page helpful?