Retrieve the complete audit record for a completed action
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer token with your API key: Bearer YOUR_API_KEY |
audit_id field).Example: "audit_9z8y7x6w5v4u"Where to get this: Webhook responses from Sign API, Message API (with signature), and Identify API all include an audit_id field. Save this ID to query the full audit record later.auth/missing-api-key - No API key provided in Authorization headerauth/revoked-api-key - API key has been revokedauth/unauthorized - You do not own this audit recordrequest/invalid-path - Missing audit ID or audit ID parameter is emptyrequest/not-found - No such registered route in API serviceresource/not-found - Audit record not found, API key not found, or attachment not foundinternal/server-error - Failed to fetch audit record, decode audit data, or fetch attachmentssigned_accepted field is the definitive indicator of whether a user signed or declined:
Request Signature or Authentication
Receive Webhook
audit_id fieldSave Audit ID
audit_id in your database for permanent reference and compliance trackingQuery Audit Record
audit_id to retrieve complete action detailsCheck signed_accepted
signed_accepted field to determine if the user signed/accepted or declinedProcess Attachments
Store for Compliance
Legal Verification
Compliance Reporting
Dispute Resolution
Document Retrieval
Use your UIP API key as a bearer token
The audit ID returned from webhook responses (audit_id field)