v4

latestSwagger 2.02026-08-0343714211.7 MB
bundle_recipients
Bundle Recipients

Create Share Link Recipient

Create Share Link Recipient

post/bundle_recipients

Response

The BundleRecipients object.

companystring

The recipient's company.

namestring

The recipient's name.

notestring

A note sent to the recipient with the bundle.

recipientstring

The recipient's email address.

sent_atstring date-time

When the Bundle was shared with this recipient.

workspace_idinteger

Workspace ID. 0 means the default workspace.

Example response

{
  "company": "Acme Inc.",
  "name": "John Doe",
  "note": "Some note.",
  "recipient": "john.doe@example.com",
  "sent_at": "2000-01-01T01:00:00Z",
  "workspace_id": 1
}