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 |
Query Parameters
NoneResponse
Success Response (200 OK)
Response Fields
| Field | Type | Description |
|---|---|---|
| status | string | Response status: SUCCESS or FAILURE |
| resultList | array | List of API proxy objects |
| resultCount | integer | Total number of API proxies |
API Proxy Object Fields
| Field | Type | Description |
|---|---|---|
| name | string | API Proxy name |
| description | string | API Proxy description |
| type | string | API type. See EnumApiType |
| relativePath | string | Relative path (from clientRoute) |
| soapToRest | boolean | Whether SOAP to REST transformation is enabled |
EnumApiType
REST- REST APISOAP- SOAP API
EnumStatus
SUCCESS- Operation successfulFAILURE- Operation failed
Error Response (400 Bad Request)
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
- Project Membership: User must be a member of the project
- Ordered Results: API proxies are returned ordered by name
- Empty List: If no API proxies exist, an empty
resultListis returned
Related Documentation
- Get API Proxy - Get detailed API proxy information
- Create API Proxy from URL - Create a new API proxy

