Get contact list memberships
This endpoint will return a list of lists a contact is a member of.
Authorizations
AuthorizationstringRequired
An access token issued to a user.
Path parameters
workspaceIdstring · uuidRequired
The unique identifier of the workspace.
contactIdstringRequiredExample:
The ID of a contact.
b4e02c85-c6d2-4b15-8885-e09671799c61Responses
200
A list of lists was returned. The list can be empty if no lists are found.
application/json
nextPageTokenstringOptional
The token that can be passed as pageToken in URL to retrieve the next set of results. If missing, no more results to display.
404
The requested resource was not found.
application/json
get/workspaces/{workspaceId}/contacts/{contactId}/lists
Examples
Get the lists a contact is assigned to
Last updated
Was this helpful?

