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