post https://{baseUrl}/api/authentication/validateToken
Used for validating JWT status for RegScale
Log in to see full request history
Responses
400The given token is not valid; the body of the response contains details.
Used for validating JWT status for RegScale
400The given token is not valid; the body of the response contains details.
xxxxxxxxxx
curl --request POST \
--url https://your-instance.regscale.co/api/authentication/validateToken \
--header 'accept: application/json' \
--header 'content-type: application/*+json'
xxxxxxxxxx
string