Workflows
Queue validated workflow runs
Authorization
bearerAuth AuthorizationBearer <token>
API key as Bearer token. Format: signsecure_xxxxxxxx...
In: header
Path Parameters
workflowId*string
The reusable workflow definition ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://api.signpad.signsecure.in/api/v1/workflows/string/bulk-runs" \ -H "Content-Type: application/json" \ -d '{ "workflowVersionId": "string", "idempotencyKey": "stringst", "rows": [ { "rowNumber": 1, "title": "string", "recipients": [ { "participantKey": "string", "name": "string" } ] } ] }'{
"id": "string",
"organizationId": "string",
"workflowDefinitionId": "string",
"workflowVersionId": "string",
"createdById": "string",
"idempotencyKey": "string",
"status": "validating",
"totalRows": 0,
"processedRows": 0,
"succeededRows": 0,
"failedRows": 0,
"estimatedCredits": 0,
"startedAt": "2019-08-24T14:15:22Z",
"completedAt": "2019-08-24T14:15:22Z",
"cancelledAt": "2019-08-24T14:15:22Z",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}{
"code": "string",
"message": "string",
"details": {},
"requestId": "req_abc123",
"timestamp": "2026-03-11T10:30:00.000Z"
}{
"code": "string",
"message": "string",
"details": {},
"requestId": "req_abc123",
"timestamp": "2026-03-11T10:30:00.000Z"
}