Report APIs
Report APIs are the services used to list the environments on Apinizer.
1.Get All API Proxies
Description/Purpose: After successfully accessing this service, all API Proxies on Apinizer are listed.
Authorization: The user must have an admin role to access this service.
Endpoint: https://<APINIZER_MANAGER_ADDRESS>/apiops/reports/api-proxies
HTTP Method: GET
Request Headers:
Header | Value |
---|---|
Authorization | <ACCESS_TOKEN> In order to access this endpoint, a token is required. For detailed information on how to obtain a token, please visit the Authentication API page. |
Accept | application/json |
Request Body: (none)
Response:
Status | Status Code | Description | Body |
---|---|---|---|
Success | 200 | successful operation | { ] } |
Error | 400 | bad request | { "error": "...", "error_description": "..." } |
Error | 401 | not authorized for this operation | { |
Error | 500 | internal error | { "error": "...", "error_description": "..." } |