cURL
curl --request POST \ --url https://api.firma.dev/functions/v1/signing-request-api/jwt/generate-signing-request \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "companies_workspaces_signing_requests_id": "123e4567-e89b-12d3-a456-426614174000" } '
{ "jwt": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...", "jwt_id": "jwt123-e89b-12d3-a456-426614174000", "expires_at": "2024-03-27T10:00:00Z", "signing_request_id": "123e4567-e89b-12d3-a456-426614174000" }
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
ID of the signing request to generate JWT for
JWT generated successfully
The generated JWT token
Unique identifier for this JWT
JWT expiration timestamp (7 days from creation)
ID of the signing request this JWT is for
Timestamp when the JWT was created
Was this page helpful?
Suggestions
Contact support