cURL
curl --request PATCH \ --url https://statsigapi.net/console/v1/segments/{id}/add_ids \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "ids": [ "<string>" ], "version": 123 } '
{ "message": "IDs successfully added to Segment ID List" }
This endpoint has a limit of 1000 ids per request
Optional header to respect review settings for mutation endpoints.
id
1000
User Store ID List updated successfully.
Was this page helpful?