provider organizationslegal_documents POST /api/organizations/{organization_id}/legal_documents/
@utdk/posthog /api/organizations/{organization_id}/legal_documents/
legal_documents_create
organization_id path required
ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.
string

Try it

Authentication
Configure credentials for PostHog API
legalDocumentsCreate
POST/api/organizations/{organization_id}/legal_documents/

Parameters

required

ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.

Input

required

Either 'BAA' or 'DPA'. * `BAA` - BAA * `DPA` - DPA

required

The customer legal entity entering the agreement (PandaDoc's Client.Company).

required

The customer address (PandaDoc's Client.StreetAddress).

required

Email the signed PandaDoc envelope is sent to (PandaDoc's Client.Email).

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.legalDocumentsCreate()