cURL
curl --request POST \ --url https://api.aimtell.com/prod/segments/ \ --header 'Content-Type: application/json' \ --header 'X-Authorization-Api-Key: <api-key>' \ --data ' { "idSite": "<string>", "name": "", "definition": "" } '
{ "result": "success", "message": "Successfully created", "id": 88 }
Create a NEW Segment
Site ID
Name of Segment
Definition
200