Skip to main content

Endpoint

Authentication

Requires a Personal API Access Token with admin or analyzer privileges.

Request

Headers

Path Parameters

None.

Query Parameters

Notes

  • includeEndpoints=true - Includes detailed endpoint information
  • includeEndpoints=false or omitted - Excludes endpoint details (faster response)

Response

Success Response (200 OK)

Response Fields

API Proxy Report Object

Notes

  • Response structure may vary based on includeEndpoints parameter
  • Empty list ([]) is returned if no API Proxies exist
  • Only accessible by sysAdmin or sysAnalyzer users

Error Response (401 Unauthorized)

cURL Example

Example 1: Get API Report without Endpoints

Example 2: Get API Report with Endpoints

Permissions

  • User must have system admin (sysAdmin) or system analyzer (sysAnalyzer) role

Notes and Warnings

  • Admin/Analyzer Only:
    • This endpoint requires sysAdmin or sysAnalyzer privileges
    • Regular users cannot access this endpoint
  • Performance:
    • Including endpoints (includeEndpoints=true) may result in slower response
    • Use includeEndpoints=false for faster responses
  • Large Datasets:
    • Response may be large for projects with many API Proxies
    • Consider pagination or filtering if needed