ExternalJwt

Check if the external provided JWT is valid for the specified environment

post/environments/{environmentId}/externalJwt/check

Path parameters

environmentIdstring required
Example:95b11417-f18f-457f-8804-68e361f9164f

ID of the environment

Request body

encodedJwtstring required

Response

JWT validation result

validboolean required

Indicates if the JWT is valid

errorsstring[]

List of error messages if the JWT is invalid

Changes