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