GET/contacts/{contactId}/photo

Gets a customer/client contact photo.

Note
For how to download content using the API, see Upload or Download Files.

Authorization

oauth2

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

contact
contact.read

HTTP Request

GEThttps://www.worksapis.com/v1.0/contacts/{contactId}/photo

Path Parameters

ParameterTypeDescription
contactId string 

Customer/client contact ID


required
example : contact2-a56d-44a4-5304-033e16fca8d1 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 302

Returns the file access URL in the Location header.

HTTP 404

Not Found