curl --request GET \
--url https://statsigapi.net/console/v1/target_app \
--header 'STATSIG-API-KEY: <api-key>'
{
"message": "Target apps listed successfully.",
"data": [
{
"name": "Client-apps"
},
{
"name": "Server-apps"
}
]
}
curl --request GET \
--url https://statsigapi.net/console/v1/target_app \
--header 'STATSIG-API-KEY: <api-key>'
{
"message": "Target apps listed successfully.",
"data": [
{
"name": "Client-apps"
},
{
"name": "Server-apps"
}
]
}
Optional header to respect review settings for mutation endpoints.
List Target Apps Success
The response is of type object
.