Update Custom Signature Request Status (BYOSP)

Inbound webhook endpoint for Bring Your Own Signature Provider (BYOSP) middleware. The customer-built middleware posts signature lifecycle events here so Ironclad can update the corresponding signature request and fire workflow events.

OAuth Scope required: public.signatureRequests.updateRequest

Returns 204 No Content on success. Idempotent — once an envelope has reached completed or voided, subsequent pushes are no-ops.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The signature request (envelope) id, echoed from the initiation call.

Body Params

Inbound payload posted by BYOSP middleware to update a custom signature request. Idempotent at the envelope level — once completed or voided, subsequent pushes are no-ops.

string
enum
required

Envelope-level state. Ironclad trusts this field over signer-level inference (e.g., all signers signed but envelope still pending keeps the envelope open).

Allowed:
signatures
array of objects
required
signatures*
Responses
204

204

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json