Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
Path Parameters
Query Parameters
Response
Success Response (200 OK)
Without Policies (default)
With Policies (withPolicies=true)
When withPolicies=true, each endpoint object includes requestPolicyList, responsePolicyList, and errorPolicyList:
Response Fields
API Proxy Object Fields
EnumApiType
REST- REST APISOAP- SOAP API
EnumSharingType
PROJECT- Shared within projectORGANIZATION- Shared within organizationPUBLIC- Publicly shared
Error Response (401 Unauthorized)
Error Response (400 Bad Request)
Error Response (404 Not Found)
cURL Example
Without Policies
With Policies
Full JSON Body Example
This endpoint does not require a request body.Permissions
User must haveAPI_MANAGEMENT + VIEW permission in the project.
Notes and Warnings
- Policy Details: By default, policy lists are not included. Set
withPolicies=trueto include request, response, and error pipeline policies for each endpoint - Case Sensitivity: API Proxy names are case-sensitive
- Project Membership: User must be a member of the project
Related Documentation
- List API Proxies - List all API proxies
- List Methods - List all methods of an API proxy
- List Policies - List all policies (proxy-level and method-level)
- Update API Proxy - Update API proxy
- Delete API Proxy - Delete API proxy

