GET
/contacts/{contact_id}/topics
Retrieve Contact Topics
Get topic subscription state for one contact.
Get topic subscription state for one contact.
curl -X GET "http://localhost:8080/v1/contacts/ct_123/topics" \ -H "Authorization: Bearer <API_KEY>"
{
"id": "id_123",
"object": "contact"
}