For Developers
List Routes
GET https://ed.link/api/v2/graph/routes
Retrieve a list of all Routes.
Request Parameters
This query allows for standard paging parameters.
Sample Request
axios.get('https://ed.link/api/v2/graph/routes', {
headers: {
authorization: `Bearer ${integration_access_token}`
}
});