Retrieve a Particular Private Domain
GET /v2/private_domains/:guid
Request
Route
GET /v2/private_domains/ad70b77f-38bf-4f3d-8992-dadb5e59ef32
Headers
cURL
curl "https://api.[your-domain.com]/v2/private_domains/ad70b77f-38bf-4f3d-8992-dadb5e59ef32" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI1NyIsImVtYWlsIjoiZW1haWwtMTY0QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTg4NTU2Nzd9.zLt0CNNwEknohrDeOANm7PPF7AiDQ7K5NQkRHlottcM" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "ad70b77f-38bf-4f3d-8992-dadb5e59ef32",
"url": "/v2/private_domains/ad70b77f-38bf-4f3d-8992-dadb5e59ef32",
"created_at": "2016-03-17T21:41:02Z",
"updated_at": null
},
"entity": {
"name": "vcap.me",
"owning_organization_guid": "65e1f9b9-b601-4887-9da1-bd940441c694",
"owning_organization_url": "/v2/organizations/65e1f9b9-b601-4887-9da1-bd940441c694",
"shared_organizations_url": "/v2/private_domains/ad70b77f-38bf-4f3d-8992-dadb5e59ef32/shared_organizations"
}
}
Headers