cURL
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.
Results per page
10
Page number
1
List Target Apps Success
A simple string explaining the result of the operation.
Array of results returned by pagination limit.
Show child attributes
Pagination metadata for checking if there is next page for example.
Was this page helpful?