Retrieve an inventory key art URL

Used to retrieve key art for an inventory item.

Get inventory key art URL

GET https://ris.rightsline.com/v4/inventory/:id/keyart/url

This endpoint allows you to retrieve the URL for an inventory key art.

Path Parameters

NameTypeDescription

id

integer

ID of the inventory.

Headers

NameTypeDescription

x-api-key

string

Your company's API key.

Authentication

string

Authentication token.

{
    "id": 2687,
    "link": {
        "url": "https://************.cloudfront.net/*****************",
        "expiration": "2021-04-20T22:45:26.296Z"
    }
}

Last updated