Objects

ExportedCollection

collectionIdstring

The ID of the collection

contactEmailstring

The email for the subject of the collection. If not available, no email was provided.

contactPhonestring

The phone number for the subject of the collection. If not available, no phone number was provided.

createdAtstring[date-time]

The time at which the collection took place

expiresAtstring[date-time]

The time at which the collection will no longer be available

externalUserUuidstring

The UUID of the external user this collection belongs to, when it is linked to one. If not available, the collection is not linked to an external user. Can be used to build a Hub deep-link of the form /collections/user/{externalUserUuid}.

marketingConsentboolean

Whether or not the subject of the collection has opted in for being contacted regarding marketing.

referenceIdstring

The reference ID the collection was initiated with. If not available, no reference ID was provided when starting the collection

sessionIdstring

The ID of the session in which the collection took place. If not available, the collection took place outside of a session

Example
{  "collectionId": "05b1fbdcaec8736925ee4309e1e4b5d2",  "contactEmail": "example@example.org",  "contactPhone": "0701740635",  "createdAt": "2023-01-01T12:00:00.000000Z",  "expiresAt": "2023-12-31T12:00:00.000000Z",  "externalUserUuid": "b3f1c2a4-8d6e-4f2b-9a1c-7e5d3b2a1f0e",  "marketingConsent": true,  "referenceId": "reference-id",  "sessionId": "f0ede06b-7cb5-4861-bbee-67f23fd5a23b"}