v1
latestOpenAPI 3.1.02026-07-2498134321.1 KBSend Signature Request
Send a signature request.
OAuth Scope required: public.workflows.sendSignatureRequests
Note: You can only send a packet out for signature if all signers have an associated signature or initials tag (tag requirements are dependent on the signature provider).
Path parameters
The unique identifier or Ironclad ID of a workflow.
Headers
Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-id is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.
Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-email is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.
Response
200
Example response
{
"signers": [
{
"name": "Jane Doe",
"email": "janedoe@example.com",
"roleName": "Counterparty Signer",
"status": "pending",
"delegates": [
{
"name": "Kim Lam",
"email": "kimlam@example.com"
}
],
"routingOrder": 1,
"type": "internal",
"userId": "63d415e0dd0d828c3a878548"
}
],
"routing": "sequential",
"status": "sent",
"provider": "Ironclad Signature"
}