For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create Audit Trail Record

This document contains details for the PUT /api/v1/audittrail/envelope/{uuid} endpoint, including the request method, path parameter, and response status codes.

Method

Method
PUT

URL

/api/v1/audittrail/envelope/{uuid}

Authorization

Bearer {token}

Content-Type

application/json

Use this endpoint to create an audit trail record for an envelope. Pass the envelope UUID in the request path.

Path parameters

Parameter
Type
Required
Description

uuid

string

Yes

Envelope UUID

How it works

  1. Send a PUT request for the target envelope.

  2. Create the audit trail record for that envelope.

  3. Use the related audit trail endpoints to read or export it.

Response status codes

Code
Description

200

Success

400

Bad request

401

Not authorized

403

No access to mailbox

404

Envelope not found

422

Invalid request value

Last updated

Was this helpful?