cURL
curl --request POST \ --url https://api.goterminal.xyz/segmentation/evaluate-account \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <x-api-key>' \ --data ' { "account_id": "<string>", "segment_id": "<string>" } '
{ "is_in_segment": true }
Checks if an account with the given account ID is in the specified segment.
API Key
Evaluate User Request
OK