SignSecure Sign PadSignSecure Sign Pad
Bulk jobs

Retry failed rows with fewer than three attempts

POST
/bulk-jobs/{jobId}/retry-failed

Authorization

bearerAuth
AuthorizationBearer <token>

API key as Bearer token. Format: signsecure_xxxxxxxx...

In: header

Path Parameters

jobId*string

The asynchronous bulk send job ID

Response Body

application/json

application/json

application/json

curl -X POST "https://api.signpad.signsecure.in/api/v1/bulk-jobs/string/retry-failed"
{
  "jobId": "string",
  "retriedRows": 0
}
{
  "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"
}