For Developers

Get Product

GET https://ed.link/api/v2/graph/products/:product_id

Retrieve information about a specific Product.

Request Parameters

ParameterTypeDescription
product_idstringThe UUID of the desired Product.

Sample Request

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