v50

latestOpenAPI 3.1.0raw.githubusercontent.com2025-06-09181183330.0 KB
security

List VPC Private Endpoint Services

Get a list of all private endpoint services configured for the App.

get/groups/{groupId}/apps/{appId}/security/private_endpoint_service_infos

Response

Successfully listed services.

cloud_provider_regionstring
service_namestring
endpoint_type'sync' | 'general' | 'legacy'

The type of endpoint. For more information on migrating deprecated "legacy" endpoints, see Migrate Legacy Endpoints.

Example response

[
  {
    "cloud_provider_region": "aws-us-east-1",
    "service_name": "com.amazonaws.vpce.us-east-1.vpce-svc-0f24fc6e6de007e5e",
    "endpoint_type": "sync"
  }
]