Retrieve a Particular Private Domain
GET /v2/private_domains/:guid
Request
Route
GET /v2/private_domains/e9f30ace-654d-4597-88ec-0b3e11b3316c
Headers
cURL
curl "https://api.[your-domain.com]/v2/private_domains/e9f30ace-654d-4597-88ec-0b3e11b3316c" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTIzOCIsImVtYWlsIjoiZW1haWwtMTk4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTg1OTk0NDR9.92heBcdrJQHVY8vZ-3nmayidyD0xMiKKSgjgy3mP0u0" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "e9f30ace-654d-4597-88ec-0b3e11b3316c",
"url": "/v2/private_domains/e9f30ace-654d-4597-88ec-0b3e11b3316c",
"created_at": "2016-03-14T22:30:39Z",
"updated_at": null
},
"entity": {
"name": "vcap.me",
"owning_organization_guid": "402eaf40-b303-4e98-b3ff-768b8c5e4577",
"owning_organization_url": "/v2/organizations/402eaf40-b303-4e98-b3ff-768b8c5e4577",
"shared_organizations_url": "/v2/private_domains/e9f30ace-654d-4597-88ec-0b3e11b3316c/shared_organizations"
}
}
Headers