For Developers

Get Asset

GET https://ed.link/api/v2/graph/assets/:asset\_id

Retrieve information about a specific Asset.

Request Parameters

ParameterTypeDescription
asset_idstringThe UUID of the desired Asset.

Sample Request

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