Skip to main content
POST
Start E-Sign

Start E-Sign

Initiates the electronic signature flow for a proposal. Returns an object containing the signature request identifier that can be used to launch the e-sign UI.

Authentication

No authentication required — proposals are accessed via their unique identifier.

Path Parameters

string
required
The unique string identifier (GUID) of the proposal.

Request Body

No request body required.

Response

number
required
Signature request identifier.
string
required
Name of the signature request.

Examples

Start e-sign

TypeScript Integration