Endpoint
Authentication
Requires a Personal API Access Token.Header
Request
Headers
| Header | Value | Required |
|---|---|---|
| Authorization | Bearer | Yes |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| projectName | string | Yes | Project name |
| apiProxyName | string | Yes | API Proxy name |
Query Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| withPolicies | boolean | No | false | When set to true, policy details (request, response, error pipelines) are included for each endpoint |
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
| Field | Type | Description |
|---|---|---|
| success | boolean | Indicates if the request was successful |
| resultList | array | List containing the API proxy detail object |
| resultCount | integer | Total number of results (always 1 for this endpoint) |
API Proxy Object Fields
| Field | Type | Description |
|---|---|---|
| name | string | API Proxy name |
| description | string | API Proxy description |
| apiType | string | API type (REST or SOAP) |
| categoryList | array | List of categories |
| sharingType | string | Sharing type (PROJECT, ORGANIZATION, PUBLIC) |
| clientRoute | object | Client route configuration |
| routing | object | Routing configuration |
| endpointList | array | List of endpoint objects |
| deploymentList | array | Deployment status per environment |
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

