Check a Route exists
GET /v2/routes/reserved/domain/:domain_guid/host/:host
Request
Route
GET /v2/routes/reserved/domain/fc63a760-057f-407c-b4eb-53d79da32762/host/host-9
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/fc63a760-057f-407c-b4eb-53d79da32762/host/host-9" -X GET \
-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTEwIiwiZW1haWwiOiJlbWFpbC0xMEBzb21lZG9tYWluLmNvbSIsInNjb3BlIjpbImNsb3VkX2NvbnRyb2xsZXIuYWRtaW4iXSwiYXVkIjpbImNsb3VkX2NvbnRyb2xsZXIiXSwiZXhwIjoxNDI3MzIzOTU1fQ.nhrNJ8IOJxbbS3M-gJonmSLCRU5WFZrpq9MCLDly130" \
-H "Host: example.org" \
-H "Cookie: "
Response
Status
204 No Content
Headers