Audit Trails
Verify audit trail
Verifies whether a package’s audit trail is valid, returning a boolean.
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
A boolean indicating if the Audit Trail is valid.
The response is of type boolean.
Previous
Bulk sign packagesStarts a bulk signing session for a user so they can sign multiple pending
packages from a single session URL. The response contains an `ActionUrl` that
opens the bulk signing session.
Provide either `Packages` (package identifiers) or `Actors` (actor
identifiers), but not both. When only `EmailAddress` is supplied, all
available actors for that user are selected.
Next
Error