Retrieve a Particular Private Domain
GET /v2/private_domains/:guid
Request
Route
GET /v2/private_domains/fcc62c40-d192-48c4-87c5-bc8aa056202c
Headers
cURL
curl "https://api.[your-domain.com]/v2/private_domains/fcc62c40-d192-48c4-87c5-bc8aa056202c" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQwNCIsImVtYWlsIjoiZW1haWwtMzAwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NDcxMTY4NTZ9.bBDJOMiKb5H4S2H5FFiCENTJlmVq9gx1L8fEIm6gw9c" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "fcc62c40-d192-48c4-87c5-bc8aa056202c",
"url": "/v2/private_domains/fcc62c40-d192-48c4-87c5-bc8aa056202c",
"created_at": "2015-11-03T00:54:10Z",
"updated_at": null
},
"entity": {
"name": "vcap.me",
"owning_organization_guid": "dd630dce-1cc8-4051-a94b-8a7f2ac8f597",
"owning_organization_url": "/v2/organizations/dd630dce-1cc8-4051-a94b-8a7f2ac8f597",
"shared_organizations_url": "/v2/private_domains/fcc62c40-d192-48c4-87c5-bc8aa056202c/shared_organizations"
}
}
Headers