Check a Route exists
GET /v2/routes/reserved/domain/:domain_guid/host/:host
Request
Route
GET /v2/routes/reserved/domain/fa1af3ed-a39e-4806-82e2-e72ea774e3aa/host/host-14
Parameters
Name |
Description |
Valid Values |
Example Values |
domain_guid
|
The guid of a domain
|
|
|
host
|
The host portion of the route
|
|
|
Body
Name |
Description |
Default |
Valid Values |
Example Values |
Headers
cURL
curl "https://api.[your-domain.com]/v2/routes/reserved/domain/fa1af3ed-a39e-4806-82e2-e72ea774e3aa/host/host-14" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTMxNiIsImVtYWlsIjoiZW1haWwtMjE4QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjU5NDg2NzJ9.sVI2m2ufCrgjJAr39_ss37SrzEQe30ciOvAoCXw3P-I" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
204 No Content
Headers