Packages
Get package status
Retrieves the current status of a package.
GET
Error
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The target package's unique identifier A package's unique identifier
Example:
"00000000-0000-0000-0000-000000000000"
Response
OK
The status of a package
Previous
Update package statusUpdates the status of a package. Only two transitions are supported:
- **Draft → Pending.** When the package is ready, set it to `pending` to send
it to the stakeholders. The package then becomes visible to each stakeholder
in their Signer Portal.
- **Pending → Revoked.** A package that has been sent but not yet
completed - or whose signing has failed - can be revoked. Once revoked,
stakeholders can no longer act on it.
The new status is the request body itself (for example `"pending"`), not a
named field: send only the bare value, not `{"Status": "pending"}`.
Next
Error