cURL
curl --request POST \ --url https://api.firma.dev/functions/v1/signing-request-api/signing-requests/{id}/send \ --header 'Authorization: <api-key>'
200
Example
{ "message": "Signing request sent successfully", "signing_request_id": "123e4567-e89b-12d3-a456-426614174000", "recipients_notified": 3, "sent_date": "2024-03-20T10:15:00Z", "expires_at": "2024-04-20T10:15:00Z" }
API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.
Signing request ID
Signing request sent successfully
Whether the signing request was sent successfully
Success message
Email address the signing request was sent to
Timestamp when the request was sent
Was this page helpful?
Suggestions
Contact support