networking
List PrivateLink endpoints
Lists all PrivateLink endpoints for a project.
get/v1/networking/privatelink/endpoints
Query parameters
projectIdstring required
The project ID to list PrivateLink endpoints for.
Example:prj_a1b2c3d4e5f6g7h8
The project ID to list PrivateLink endpoints for.
teamIdstring
Example:team_1a2b3c4d5e6f7g8h9i0j1k2l
The Team identifier to perform the request on behalf of.
slugstring
Example:my-team-url-slug
The Team slug to perform the request on behalf of.
Response
The PrivateLink endpoints of the project.
Example response
[
{
"endpointId": "ple_a1b2c3d4e5f6g7h8",
"name": "payments-db",
"teamId": "team_a1b2c3d4e5f6g7h8",
"projectId": "prj_a1b2c3d4e5f6g7h8",
"vercelRegion": "iad1",
"awsServiceName": "com.amazonaws.vpce.us-east-1.vpce-svc-0123456789abcdef0",
"vpcEndpointId": "vpce-0123456789abcdef0",
"awsDnsEntries": [
"vpce-0123456789abcdef0-a1b2c3d4.vpce-svc-0123456789abcdef0.us-east-1.vpce.amazonaws.com"
],
"privateDnsNames": [
"payments.internal.example.com"
],
"status": "available",
"statusMessage": "Endpoint did not become available in time. Try deleting and recreating, or visit https://vercel.com/help if the issue persists.",
"createdAt": 1610963878358,
"updatedAt": 1610963878358
}
]