Retrieves the details of a specific VPC by its ID.
HTTP Basic Authentication using your Tiger Cloud public key and secret key.
Format: Authorization: Basic <base64(public_key:secret_key)>
Example:
curl -X GET "https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/services" \
-H "Authorization: Basic $(echo -n 'your_public_key:your_secret_key' | base64)"The unique identifier of the project.
"rp1pz7uyae"
The unique identifier of the VPC.
"1234567890"