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 |
|---|---|---|
| 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 |
| clientRoute | object | Client route configuration |
| routing | object | Routing configuration |
| deploymentList | array | Deployment status per environment |
EnumApiType
REST- REST APISOAP- SOAP API
PROJECT- Shared within projectORGANIZATION- Shared within organizationPUBLIC- Publicly shared
Error Response (401 Unauthorized)
Error Response (404 Not Found)
cURL Example
Full JSON Body Example
This endpoint does not require a request body.Notes and Warnings
- Project Membership: User must be a member of the project
- Case Sensitivity: API Proxy names are case-sensitive
- Detailed Information: For complete API proxy details including endpoints and policies, use the list endpoints endpoint
Related Documentation
- List API Proxies - List all API proxies
- Update API Proxy - Update API proxy
- Delete API Proxy - Delete API proxy

