Serverless Cloud Gateways
Get the serverless cloud gateway
Pre-release Endpoint This endpoint is currently in beta and is subject to change.
Get the serverless cloud gateway
get/v0/serverless-cloud-gateways/{controlPlaneId}
Response
A response to retrieving a serverless cloud gateway.
Example response
{
"control_plane": {
"id": "d32d905a-ed33-46a3-a093-d8f536af9a8a",
"prefix": "518da50bf7",
"region": "us"
},
"gateway_endpoint": "us-kong-4594857kpl.kongcloud.dev",
"created_at": "2023-01-11T02:30:42.227Z",
"updated_at": "2023-01-11T02:30:42.227Z",
"labels": {
"env": "test"
}
}