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 |
|---|---|---|
| success | boolean | Indicates if the request was successful |
| resultList | array | List of endpoint objects |
| resultCount | integer | Total number of endpoints |
Endpoint Object Fields
| Field | Type | Description |
|---|---|---|
| id | string | Endpoint unique identifier |
| endpoint | string | Endpoint path/name |
| description | string | Endpoint description |
| active | boolean | Whether endpoint is active/enabled |
| httpMethod | string | HTTP method for the endpoint |
| backendResourceUrl | string | Backend resource URL |
| backendHttpMethod | string | HTTP method for backend call |
EnumHttpRequestMethod
GET- GET methodPOST- POST methodPUT- PUT methodDELETE- DELETE methodPATCH- PATCH methodOPTIONS- OPTIONS methodHEAD- HEAD methodTRACE- TRACE methodALL- All methods
requestPolicyList, responsePolicyList, errorPolicyList) are not included in list operations. Use Get Endpoint or List Endpoint Policies to retrieve policy details.
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
- API Proxy Type: Works for both REST and SOAP API proxies
- Policy Details: Policy lists are not included. Use Get Endpoint or List Endpoint Policies to retrieve policies
- Empty List: If no endpoints exist, an empty
resultListis returned
Related Documentation
- Get Endpoint - Get detailed endpoint information
- List Endpoint Policies - List endpoint policies
- Create Endpoint - Create a new endpoint
- Update Endpoint - Update an endpoint

