cURL
curl --request GET \ --url https://statsigapi.net/console/v1/segments/{id}/idlist_metadata \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "ID List metadata read successfully", "data": { "currentVersion": 3, "isUpdating": true } }
This endpoint gets the metadata of the ID List.
Optional header to respect review settings for mutation endpoints.
ID List metadata read successfully
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?