Retrieve a Particular Shared Domain
GET /v2/shared_domains/:guid
Request
Route
GET /v2/shared_domains/4c48991b-98dc-42ac-a2f2-1dbcf2fdb1d4
Body
Name |
Description |
Default |
Valid Values |
Example Values |
guid
|
The guid of the domain.
|
|
|
|
router_group_guid
|
The guid of the router group.
|
|
|
|
name
|
The name of the domain.
|
|
|
- example.com
- foo.example.com
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/shared_domains/4c48991b-98dc-42ac-a2f2-1dbcf2fdb1d4" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTQ2NCIsImVtYWlsIjoiZW1haWwtMzM1QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTQ0NTE2NDB9.3h-mHG-C6RjY0xJVpnA8dQ1TAHVGU19E6178hZsIlLY" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "4c48991b-98dc-42ac-a2f2-1dbcf2fdb1d4",
"url": "/v2/shared_domains/4c48991b-98dc-42ac-a2f2-1dbcf2fdb1d4",
"created_at": "2016-01-26T22:20:39Z",
"updated_at": null
},
"entity": {
"name": "customer-app-domain1.com",
"router_group_guid": null
}
}
Headers