Retrieves all files associated with a specific lead.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Body Params multipart/form-data
Responses
application/json {
"data": [
{
"id": "1",
"file_name": "calendly.svg",
"dateadded": "2024-08-09 19:10:47",
"attchementURL": "http://chatforcelocal.com/uploads/leads/1/calendly.svg",
"lead_id": "1"
}
],
"message": "success"
}
Modified at 2024-09-05 09:38:13