For Developers

Get Fee

GET https://ed.link/api/v2/graph/fees/:fee\_id

Retrieve information about a specific Fee.

Request Parameters

ParameterTypeDescription
fee_idstringThe UUID of the desired Fee.

Sample Request

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