curl --request GET \
--url https://statsigapi.net/console/v1/target_app/{id} \
--header 'STATSIG-API-KEY: <api-key>'
{
"name": "Target app 1",
"description": "Example description",
"gates": [
"Example gate"
],
"dynamicConfigs": [
"Example dynamic config"
],
"experiments": [
"Example experiment"
]
}
curl --request GET \
--url https://statsigapi.net/console/v1/target_app/{id} \
--header 'STATSIG-API-KEY: <api-key>'
{
"name": "Target app 1",
"description": "Example description",
"gates": [
"Example gate"
],
"dynamicConfigs": [
"Example dynamic config"
],
"experiments": [
"Example experiment"
]
}
Optional header to respect review settings for mutation endpoints.
id
Read Target App Success
The response is of type object
.