For Developers
Get Route
GET https://ed.link/api/v2/graph/routes/:route\_id
Retrieve information about a specific Route.
Request Parameters
Parameter | Type | Description |
---|---|---|
route_id | string | The UUID of the desired Route. |
Sample Request
axios.get('https://ed.link/api/v2/graph/routes/00000000-0000-0000-0000-000000000000', {
headers: {
authorization: `Bearer ${integration_access_token}`
}
});