Download a Contact Supporting Document
GET {{base_url}}/contact/:ContactID/fw_files/:FileID
Use this endpoint to download and retrieve the contents of a supporting document or file associated with a contact in the Contacts hub.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content accepted by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization accepted by the API endpoint. |
RESPONSES
status: OK
"[\r\n {\r\n \"{{The actual content of the file.}}\"\r\n }\r\n]"