Get all segments for a specific contact.
cURL
curl --request GET \ --url https://api.dev.useinvent.com/orgs/{org_id}/contacts/{contact_id}/segments
[ { "id": "<string>", "name": "<string>", "created_at": "2023-12-25", "updated_at": "2023-12-25" } ]
Org ID
Contact ID
Page number
Number of items to take
Next page token (Only used on special endpoints)
Was this page helpful?