Skip to main content
POST
/
signing-requests
/
{id}
/
send
Send signing request
curl --request POST \
  --url https://api.firma.dev/functions/v1/signing-request-api/signing-requests/{id}/send \
  --header 'Authorization: <api-key>'
{
  "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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.firma.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key for authentication. Use your API key directly without any prefix (e.g., 'your-api-key'). Bearer prefix is optional but not required.

Path Parameters

id
string<uuid>
required

Signing request ID

Response

Signing request sent successfully

success
boolean

Whether the signing request was sent successfully

message
string

Success message

sentTo
string<email>

Email address the signing request was sent to

sentAt
string<date-time>

Timestamp when the request was sent