Get a list of segments for a specific org.
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/segments[
{
"id": "<string>",
"name": "<string>",
"contacts_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]The ID of the org
Search segments by name
Page number
Number of items to take
Next page token (Only used on special endpoints)
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/orgs/{org_id}/segments[
{
"id": "<string>",
"name": "<string>",
"contacts_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]