Documentation is still being updated. Some content maybe unfinished.
curl --request POST \
--url {protocol}://{host}/cocart/jwt/validate-token \
--header 'Authorization: Bearer <token>'{
"message": "Token is valid."
}Validate an existing JWT token
A valid request URL is required to generate request examples{
"message": "Token is valid."
}Was this page helpful?