Check a Route exists
GET /v2/routes/reserved/domain/:domain_guid/host/:host
Request
Route
GET /v2/routes/reserved/domain/8b7b13a4-7766-4cfa-859b-2081efaa37f9/host/host-2
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/8b7b13a4-7766-4cfa-859b-2081efaa37f9/host/host-2" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTM3IiwiZW1haWwiOiJlbWFpbC0zNUBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI2NjMzODk2fQ.JzPASiSxR5H0fryQQZDjBdxStqMU0CefpvudKk4Ldwk" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
204 No Content
Headers