Retrieve a Particular Shared Domain
GET /v2/shared_domains/:guid
Request
Route
GET /v2/shared_domains/93f24315-31a4-406d-8a68-5b86967bf74b
Body
Name |
Description |
Default |
Valid Values |
Example Values |
guid
|
The guid of the domain.
|
|
|
|
name
|
The name of the domain.
|
|
|
- example.com
- foo.example.com
|
Headers
cURL
curl "https://api.[your-domain.com]/v2/shared_domains/93f24315-31a4-406d-8a68-5b86967bf74b" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM3NCIsImVtYWlsIjoiZW1haWwtMjc2QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjY2MzM5MjJ9.V7X52xAHXe2AyDPRTEt3F6h4Cz_C36--oPSIziISOCg" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "93f24315-31a4-406d-8a68-5b86967bf74b",
"url": "/v2/shared_domains/93f24315-31a4-406d-8a68-5b86967bf74b",
"created_at": "2015-03-10T23:11:59Z",
"updated_at": null
},
"entity": {
"name": "customer-app-domain1.com"
}
}
Headers