Aller au contenu

GET /v1/signature/envelopes/{id}/proof

GET
/v1/signature/envelopes/{id}/proof
curl --request GET \
--url 'https://api.asap.cool/v1/signature/envelopes/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/proof?format=pdf' \
--header 'Authorization: Bearer <token>'
id
required
string format: uuid

Envelope identifier.

format

Which proof artifact to stream.

string
Allowed values: pdf json

Artifact to download: pdf (default, human-readable certificate) or json (canonical machine-verifiable bundle).

The proof certificate (PDF) or canonical bundle (JSON).

Media type application/pdf
Array<integer>

No active org.

Media type application/json

Generic error body returned by API handlers when they fail. code is a stable machine-readable token; message is human-friendly and meant for surfacing to end users.

object
code
required

Stable machine token (e.g. invalid_credentials).

string
field

Offending request field for validation errors, when known.

string | null
message
required

Human-readable message.

string
Example generated
{
"code": "example",
"field": "example",
"message": "example"
}

Missing signature:read scope.

Media type application/json

Generic error body returned by API handlers when they fail. code is a stable machine-readable token; message is human-friendly and meant for surfacing to end users.

object
code
required

Stable machine token (e.g. invalid_credentials).

string
field

Offending request field for validation errors, when known.

string | null
message
required

Human-readable message.

string
Example generated
{
"code": "example",
"field": "example",
"message": "example"
}

Not found, not completed, or proof not generated yet.

Media type application/json

Generic error body returned by API handlers when they fail. code is a stable machine-readable token; message is human-friendly and meant for surfacing to end users.

object
code
required

Stable machine token (e.g. invalid_credentials).

string
field

Offending request field for validation errors, when known.

string | null
message
required

Human-readable message.

string
Example generated
{
"code": "example",
"field": "example",
"message": "example"
}