Skip to main content
GET
Get a signature request

Authorizations

Authorization
string
header
required

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

Path Parameters

signatureRequestId
string
required

The ID of the signature request.

Response

Signature request retrieved successfully.

templateId
string
required

The template ID associated with the signature request.

Example:

"tmpl_abc123"

signer
object
required
sender
object
required
status
enum<string>
required

Current status of the signature request.

Available options:
Created,
Completed
Example:

"Created"

testMode
boolean
required

Whether the signature request is in test mode.

Example:

false