Create Target App

Reference for the POST /console/v1/target_app endpoint of the Statsig API.

posthttps://statsigapi.net/console/v1/target_app

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Body

application/json
namestringrequired

name of the target app

Example:string
descriptionstringrequired

a description of the target app

Example:a description
gatesstring[]

Gate IDs to assign to target app(s)

dynamicConfigsstring[]

Dynamic Config IDs to assign to target app(s)

experimentsstring[]

Experiment IDs to assign to target app(s)

layersstring[]

Layer IDs to assign to target app(s)

parameterStoresstring[]

Parameter Store IDs to assign to target app(s)

Response

application/json
200· Create Target App Success
messagestringrequired

A simple string explaining the result of the operation.

dataobjectrequired
Show child attributes
idstring

id of target app

Example:string
namestringrequired

name of the target app

Example:a tag

Was this helpful?