For Developers

List Stops

GET https://ed.link/api/v2/graph/stops

Retrieve a list of all Stops.

Request Parameters

This query allows for standard paging parameters.

Sample Request

axios.get('https://ed.link/api/v2/graph/stops', {
    headers: {
        authorization: `Bearer ${integration_access_token}`
    }
});