Contacts
Get Contact Attachment
GET
Get contact attachment
Fetch a media attachment for a specific contact by its GUID. You can optionally specify theDocumentation Index
Fetch the complete documentation index at: https://docs.arnio.co/llms.txt
Use this file to discover all available pages before exploring further.
quality of the attachment (best, medium, low).
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | ✅ | The ID of the contact |
| guid | path | string | ✅ | The GUID of the attachment to fetch |
| quality | query | string | ❌ | Attachment quality (best by default) |
Responses
- 200: Attachment fetched successfully (binary content)
- 400: Phone line not found for attachment request
- 404: Contact not found
- 500: Failed to fetch attachment
Authorizations
Provide your API key
Query Parameters
Attachment quality
Available options:
best, medium, low Response
Attachment fetched successfully
Get contact attachment