cURL
curl --request POST \ --url https://statsigapi.net/console/v1/target_app \ --header 'Content-Type: application/json' \ --header 'STATSIG-API-KEY: <api-key>' \ --data ' { "name": "string", "description": "a description", "gates": [ "<string>" ], "dynamicConfigs": [ "<string>" ], "experiments": [ "<string>" ] } '
{ "name": "Target app 1", "description": "Example description", "gates": [ "Example gate" ], "dynamicConfigs": [ "Example dynamic config" ], "experiments": [ "Example experiment" ] }
name of the target app
"string"
a description of the target app
"a description"
Gate IDs to assign to target app(s)
Dynamic Config IDs to assign to target app(s)
Experiment IDs to assign to target app(s)
Create Target App Success
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?