Retrieve the complete audit record for a completed action
Retrieve the complete, permanent audit record for any completed action using the audit ID from completed responses. Returns verified identity information, timestamps, action details, and any attached documents. Audit records are cryptographically secured, permanently stored, and can be queried at any time for legal verification, compliance, and dispute resolution.Documentation Index
Fetch the complete documentation index at: https://docs.uip.digital/llms.txt
Use this file to discover all available pages before exploring further.
| 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: Completed polling responses from Identify API and Sign API, and webhook responses from Message API (with signature), 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 audit_id
audit_id from the completed polling response. For Message: extract audit_id from the webhook event.Check signed_accepted
signed_accepted field to determine if the user signed/accepted or declinedProcess Attachments
Legal Verification
Compliance Reporting
Dispute Resolution
Document Retrieval
Use your UIP API key as a bearer token
The audit ID from completed polling responses or webhook events