externaljwt
Check if the external provided JWT is valid for the specified environment
POST
/
environments
/
{environmentId}
/
externalJwt
/
check
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
environmentId
string
requiredID of the environment
Body
application/json
Encoded Jwt to be validated
encodedJwt
string
requiredResponse
200 - application/json
valid
boolean
requiredIndicates if the JWT is valid
errors
string[]
List of error messages if the JWT is invalid
Was this page helpful?