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 |
| apiProxyGroupName | string | Yes | API Proxy Group name |
Query Parameters
None.Response
Success Response (200 OK)
Response Fields
| Field | Type | Description |
|---|---|---|
| success | boolean | Indicates if the request was successful |
| resultList | array[object] | List of environments |
| resultCount | integer | Total number of environments |
Environment Object
| Field | Type | Description |
|---|---|---|
| environmentName | string | Environment name |
| deployed | boolean | Whether the API Proxy Group is deployed to this environment |
Notes
- Returns environments where the group is deployed
- Empty list (
[]) is returned if group is not deployed to any environment resultCountis 0 if no deployments exist
Error Response (400 Bad Request)
cURL Example
Notes and Warnings
- Deployment Status:
- Shows only environments where group is deployed
- Does not show all available environments
Permissions
- User must have any permission in the project (read access)
Related Documentation
- Deploy API Proxy Group - Deploy group to environment
- Undeploy API Proxy Group - Undeploy group from environment

