JWT Management

Revoke Template JWT Token

Revoke a previously generated JWT token, preventing it from being used for template embedding. This is the standard endpoint for revoking template JWTs.

post/revoke-template-token

Request body

jwt_idstring uuid required

ID of the JWT token to revoke

Response

JWT revoked successfully

messagestring required

Confirmation message

jwt_idstring uuid

ID of the revoked JWT

revokedboolean

Whether the JWT was successfully revoked

Changes

No recorded changes to this endpoint across all 1 revision of this API.