cURL
curl --request PATCH \ --url https://statsigapi.net/console/v1/segments/{id}/id_list \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "ids": [ "<string>" ] } '
{ "message": "IDs successfully added to Segment ID List" }
This endpoint is rate limited to 900 requests /15m or 12 requests /10s.
Optional header to respect review settings for mutation endpoints.
id
100000
Segment ids updated successfully.
Was this page helpful?