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