JWT Management

Generate JWT token for signing request

Generate a JWT token for embedding a signing request editor. JWT expires after 7 days.

post/jwt/generate-signing-request

Request body

companies_workspaces_signing_requests_idstring uuid required

ID of the signing request to generate JWT for

Response

JWT generated successfully

jwtstring required

The generated JWT token

jwt_idstring uuid

Unique identifier for this JWT

expires_atstring date-time required

JWT expiration timestamp (7 days from creation)

signing_request_idstring uuid required

ID of the signing request this JWT is for

created_atstring date-time

Timestamp when the JWT was created

Changes

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