Check a Route exists
GET /v2/routes/reserved/domain/:domain_guid/host/:host
Request
Route
GET /v2/routes/reserved/domain/fd4e5e3e-752b-417a-80b0-df6198f97c5e/host/host-11
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/fd4e5e3e-752b-417a-80b0-df6198f97c5e/host/host-11" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTE5NyIsImVtYWlsIjoiZW1haWwtMTQ5QHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0MjYxODc3NDd9.I61hdpKE6VUSvOPWNF7NbssVcYgOgvfNHJ-8uuj-jnE" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
204 No Content
Headers