Categories (Contacts)
GET {{base_url}}/contact/:ContactID/category
Use this endpoint to retrieve all categories associated with a contact in the Contacts hub.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
{"ContactID":"TESTTESTI1234567890123","Category":"e-Newsletter","CategoryDesc":"e-Newsletter","Info":"e-Newsletter additional information","CreateUser":"LoggedInUserWhoCreatedtheEntry","CreateDate":"2017-12-08T17:31:10.000","ModUser":"LoggedInUserWhoChangedtheEntry","ModDate":"2017-12-09T19:07:26.493"}