cURL
curl --request GET \ --url https://api.goterminal.xyz/segmentation \ --header 'X-Api-Key: <x-api-key>'
{ "segments": [ { "created_at": 123, "id": "<string>", "name": "<string>", "org_id": "<string>" } ] }
Get a list of segments associated with the given organization ID.
API Key
OK
Show child attributes