API playground
Paste your credentials and a route ID, click Run — this fires a real GET /api/v1/routes/{id} from your browser using HTTP Basic auth and the same CORS path your customers will use.
GET https://discover.travories.com/api/v1/routes/<route-id> Authorization: Basic base64(<your-client-id>:<your-secret>)
Your secret never leaves this browser. Client ID + route ID are saved to localStorage so you don't retype them next time.