Authorizations
Path Parameters
Required string length:
36Example:
Body
application/json
curl --request POST \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/externalJwt/check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"encodedJwt": "<string>"
}'{
"valid": true,
"errors": [
"<string>"
]
}36Was this page helpful?
curl --request POST \
--url https://app.dynamicauth.com/api/v0/environments/{environmentId}/externalJwt/check \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"encodedJwt": "<string>"
}'{
"valid": true,
"errors": [
"<string>"
]
}