Retrieve a Particular Shared Domain
GET /v2/shared_domains/:guid
Request
Route
GET /v2/shared_domains/4f6e6f6e-695a-44df-816b-3d48ec05702b
Headers
cURL
curl "https://api.[your-domain.com]/v2/shared_domains/4f6e6f6e-695a-44df-816b-3d48ec05702b" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE0MiIsImVtYWlsIjoiZW1haWwtMTEwQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NjE5NTgzOTd9.LgnVivNsuy1qk2kqY8T7e2CXuKlmH-30NnneivIRUwQ" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
200 OK
Body
{
"metadata": {
"guid": "4f6e6f6e-695a-44df-816b-3d48ec05702b",
"url": "/v2/shared_domains/4f6e6f6e-695a-44df-816b-3d48ec05702b",
"created_at": "2016-04-22T19:33:13Z",
"updated_at": null
},
"entity": {
"name": "customer-app-domain1.com",
"router_group_guid": null,
"router_group_type": null
}
}
Headers