← Back to API Reference

GET /contacts/{contact_id}/topics

Retrieve Contact Topics

Get topic subscription state for one contact.

Request (cURL)

curl -X GET "http://localhost:8080/v1/contacts/ct_123/topics" \
  -H "Authorization: Bearer <API_KEY>"

Response Example

{
  "id": "id_123",
  "object": "contact"
}