Get a contact
Get the specified contact given its ID.
Authorizations
AuthorizationstringRequired
An access token issued to a user.
Path parameters
workspaceIdstring · uuidRequiredExample:
Your workspace identifier.
b4e02c85-c6d2-4b15-8885-e09671799c61contactIdstringRequiredExample:
The ID of a contact.
b4e02c85-c6d2-4b15-8885-e09671799c61Query parameters
attributestring[]OptionalExample:
The set of attribute keys to return for the contact besides all non-empty attributes.
["age","company"]Responses
200
Get the contact successfully.
application/json
404
The contact or workspace was not found.
application/json
422
The request is invalid. The response should include details about the what is wrong with the request.
application/json
get
/workspaces/{workspaceId}/contacts/{contactId}Examples
Get a contact without specifying attributes
Get a contact specifying attributes
Last updated
Was this helpful?

