GET/contacts/{contactId}/photo
Gets a customer/client contact photo.
Note
For how to download content using the API, see Upload or Download Files.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
contact
contact.read
| Parameter | Type | Description |
|---|---|---|
| contactId | string | Customer/client contact ID required example : contact2-a56d-44a4-5304-033e16fca8d1 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
Returns the file access URL in the Location header.
Not Found