Retrieves a PrivateLink connection by UUID.
cURL
curl --request GET \ --url https://api.artie.com/privatelink-connections/{uuid} \ --header 'Authorization: Bearer <token>'
{ "availabilityZoneIds": [ "<string>" ], "companyUUID": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z", "dnsEntry": "<string>", "environmentUUID": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "region": "<string>", "status": "<string>", "updatedAt": "2023-11-07T05:31:56Z", "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "vpcServiceName": "<string>", "dataPlaneName": "<string>", "vpcEndpointId": "<string>" }
API key passed as a Bearer token in the Authorization header.
OK
Was this page helpful?