Get instance information
GET<your-unleash-url>/api/admin/insights
Gets high level information about the usage of this Unleash instance, including user, project, and flag information.
Request
Responses
- 200
instanceInsightsSchema
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L '<your-unleash-url>/api/admin/insights' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear