cURL
curl --request POST \ --url https://api.firma.dev/functions/v1/signing-request-api/send-embedded-signing-request \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "companies_workspaces_signing_requests_id": "123e4567-e89b-12d3-a456-426614174000" } '
{ "message": "Signing request sent successfully", "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 send
Signing request sent successfully
Was this page helpful?
Suggestions
Contact support