curl --request GET \
--url https://statsigapi.net/console/v1/param_stores \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "List param stores success",
"data": [
{
"id": "6O13wytnLL1Lss5QgUSAeu",
"name": "param 1",
"displayName": "param 1",
"description": "",
"createdTime": 1734618662756,
"creatorID": "5O908pyGoCqw6QH1nt8v82",
"lastModifierID": "5O908pyGoCqw6QH1nt8v82",
"parameters": [
{
"name": "prm1",
"ref_type": "static",
"param_type": "boolean",
"value": false
},
{
"name": "prm2",
"ref_type": "static",
"param_type": "boolean",
"value": false
}
]
},
{
"id": "24hiIXz3kbFaDwtYEetv2i",
"name": "param 2",
"displayName": "param 1",
"description": "",
"createdTime": 1734618662756,
"creatorID": "5O908pyGoCqw6QH1nt8v82",
"lastModifierID": "5O908pyGoCqw6QH1nt8v82",
"parameters": [
{
"name": "prm1",
"ref_type": "static",
"param_type": "boolean",
"value": false
},
{
"name": "prm2",
"ref_type": "static",
"param_type": "boolean",
"value": false
}
]
}
]
}curl --request GET \
--url https://statsigapi.net/console/v1/param_stores \
--header 'STATSIG-API-KEY: <api-key>'{
"message": "List param stores success",
"data": [
{
"id": "6O13wytnLL1Lss5QgUSAeu",
"name": "param 1",
"displayName": "param 1",
"description": "",
"createdTime": 1734618662756,
"creatorID": "5O908pyGoCqw6QH1nt8v82",
"lastModifierID": "5O908pyGoCqw6QH1nt8v82",
"parameters": [
{
"name": "prm1",
"ref_type": "static",
"param_type": "boolean",
"value": false
},
{
"name": "prm2",
"ref_type": "static",
"param_type": "boolean",
"value": false
}
]
},
{
"id": "24hiIXz3kbFaDwtYEetv2i",
"name": "param 2",
"displayName": "param 1",
"description": "",
"createdTime": 1734618662756,
"creatorID": "5O908pyGoCqw6QH1nt8v82",
"lastModifierID": "5O908pyGoCqw6QH1nt8v82",
"parameters": [
{
"name": "prm1",
"ref_type": "static",
"param_type": "boolean",
"value": false
},
{
"name": "prm2",
"ref_type": "static",
"param_type": "boolean",
"value": false
}
]
}
]
}Optional header to respect review settings for mutation endpoints.
List param stores
A simple string explaining the result of the operation.
Array of results returned by pagination limit.
Show child attributes
Param Store ID
Param Store Name
Param Store Display Name
Param Store Description
Param Store Creation Time
Creator ID
Last Modifier ID
List of Parameters
Parameter Definition
Team Name
Team ID
Pagination metadata for checking if there is next page for example.
Was this page helpful?