Retrieve attachments of contact items such as contact photos.
GET https://api.snapaddy.com/grabber/v1/attachment/{contactItemId}/{attachmentId}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| contactItemId | string | Id of the contact item to retrieve attachments for |
Required |
| attachmentId | string | Id of the attachment to retrieve |
Required |
This request requires the use of one of following authorisation methods:
API key
.
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK Success |
|
| 401 | Unauthorized Unauthorized |
|
| 404 | Not Found Not Found |