Customers
List customer attachments
The List customer attachments endpoint returns a list of attachments avialable to download for given customerId.
Customers are people or organizations that buy goods or services from the SMB.
get/companies/{companyId}/connections/{connectionId}/data/customers/{customerId}/attachments
Response
Success
Example response
{
"attachments": [
{
"dateCreated": "2022-10-23T00:00:00Z",
"modifiedDate": "2022-10-23T00:00:00Z",
"sourceModifiedDate": "2022-10-23T00:00:00Z"
}
]
}