Retrieve a Particular Private Domain
GET /v2/private_domains/:guid
Request
Route
GET /v2/private_domains/90f4796d-334d-4db8-aa31-ecf9ee99f484
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/private_domains/90f4796d-334d-4db8-aa31-ecf9ee99f484" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM2NCIsImVtYWlsIjoiZW1haWwtMjY1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjkwMzg3MjB9.0VjGIkPUZvur1J4rnWCPeotr1GXiUBQAtlzTp-8z9Tk" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "90f4796d-334d-4db8-aa31-ecf9ee99f484",
"url": "/v2/private_domains/90f4796d-334d-4db8-aa31-ecf9ee99f484",
"created_at": "2015-04-07T19:11:49Z",
"updated_at": null
},
"entity": {
"name": "vcap.me",
"owning_organization_guid": "dee9fea3-3b2e-4436-9a1d-88fae1cf9c36",
"owning_organization_url": "/v2/organizations/dee9fea3-3b2e-4436-9a1d-88fae1cf9c36",
"shared_organizations_url": "/v2/private_domains/90f4796d-334d-4db8-aa31-ecf9ee99f484/shared_organizations"
}
}
Headers