cURL
curl --request POST \ --url https://api.goterminal.xyz/segmentation/accounts-in-segment \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <x-api-key>' \ --data ' { "segment_id": "<string>" } '
{ "account_ids": [ "<string>" ] }
Retrieve a list of account IDs associated with the given segment ID.
API Key
Get Accounts In Segment Request
OK