Get IDs in a Segment
This endpoint is rate limited to 100
get
https://statsigapi.net/console/v1/segments/{id}/id_listAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Path parameters
idstringrequiredQuery parameters
limitintegerResults per page
pageintegerPage number
Response
application/json200· IDs read successfully
messagestringrequiredA simple string explaining the result of the operation.
dataobjectrequiredSchema for a list of IDs with a name and count
Show child attributes
namestringrequiredThe name associated with the list of IDs
countnumberrequiredThe count of IDs in the list
idsstring[]requiredThe array of IDs
paginationobjectrequiredPagination metadata for checking if there is next page for example.
Was this helpful?