Returns a ZIP stream with the attachments of the given CRM event. The endpoint returns 404 when the event has no attachments.
404
cURL
curl --request GET \ --url https://app.fintoro.sk/api/public/v1/contact-activity-logs/{contactActivityLog}/attachments \ --header 'Authorization: Bearer <token>'
"<string>"
Bearer token created for a specific company in Integrations → API.
Contact activity ID.
551
ZIP archive with CRM event attachments.
The response is of type file.
file