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.
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"
}
Optional header to respect review settings for mutation endpoints.
id
Segment ids updated successfully.
The response is of type object
.