POST
/
environments
/
{environmentId}
/
externalJwt
/
check

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

Body

application/json
encodedJwt
string
required

Response

200 - application/json
valid
boolean
required

Indicates if the JWT is valid

errors
string[]

List of error messages if the JWT is invalid