← Back to API Reference

GET /contacts/{contact_id}/segments

List Contact Segments

List segment memberships for one contact.

Request (cURL)

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

Response Example

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