Check a Route exists
GET /v2/routes/reserved/domain/:domain_guid/host/:host
Fields
Name |
Description |
Default |
Valid Values |
Example Values |
Parameters
Name |
Description |
Valid Values |
Example Values |
domain_guid
|
The guid of a domain
|
|
|
host
|
The host portion of the route
|
|
|
Request
Headers
Route
GET /v2/routes/reserved/domain/70716536-d8f7-413f-9284-296904c7a23b/host/host-17
cURL
curl "https://api.[your-domain.com]/v2/routes/reserved/domain/70716536-d8f7-413f-9284-296904c7a23b/host/host-17" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM3MSIsImVtYWlsIjoiZW1haWwtMjczQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjQ0NzE3MDl9.4_0vSv0StluX77xkkTUjqayuu3bTC3yTCd4qEW5NldY" \
-H "Host: example.org" \
-H "Cookie: "
Response
Headers
Status
204 No Content