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
NoneResponse
Success Response (200 OK)
Response Fields
| Field | Type | Description |
|---|---|---|
| status | string | Response status: SUCCESS or FAILURE |
| resultList | array | List containing API proxy with policies |
| resultCount | integer | Total number of results (always 1) |
API Proxy Object Fields
| Field | Type | Description |
|---|---|---|
| name | string | API Proxy name |
| type | string | API type. See EnumApiType |
| relativePath | string | Relative path (from clientRoute) |
| soapToRest | boolean | Whether SOAP to REST transformation is enabled |
| requestPolicyList | array | List of request pipeline policies |
| responsePolicyList | array | List of response pipeline policies |
| errorPolicyList | array | List of error pipeline policies |
| endpointList | array | List of endpoints with their policies |
EnumApiType
REST- REST APISOAP- SOAP API
EnumStatus
SUCCESS- Operation successfulFAILURE- Operation failed
Error Response (401 Unauthorized)
Error Response (404 Not Found)
cURL Example
Full JSON Body Example
This endpoint does not require a request body.Permissions
- User must have any permission in the project (read access)
Notes and Warnings
- Policy Details: Policy details may be simplified in list responses. Use individual policy endpoints for full details.
- Pipeline Organization: Policies are organized by pipeline (request, response, error).
- Empty Lists: If no policies exist in a pipeline, an empty array is returned.
Related Documentation
- Add Policy - Add a new policy
- Update Policy - Update an existing policy
- Delete Policy - Delete a policy

