Skip to main content
POST
Create a signature request

Authorizations

Authorization
string
header
required

OAuth 2.0 client credentials access token, passed as a Bearer token in the Authorization header.

Body

application/json
templateId
string
required

The ID of the template to create a signature request for.

Example:

"abc123xyz"

signer
object
required
sender
object
required
testMode
boolean

Optional flag to mark the signature request as a test. Test mode requests are not counted toward billing.

Example:

false

fields
object[]

Optional array of fields to pre-fill in the template.

Response

Signature request created successfully.

signatureRequestId
string

The unique identifier of the created signature request.

Example:

"abc123xyz"