cURL
curl --request GET \ --url https://statsigapi.net/console/v1/target_app/{id} \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Target app read successfully.", "data": { "name": "Target app 1", "id": "Example ID" } }
Optional header to respect review settings for mutation endpoints.
id
Read Target App Success
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?