Retrieve an inventory key art URL
Used to retrieve key art for an inventory item.
Last updated
Was this helpful?
Used to retrieve key art for an inventory item.
GET https://ris.rightsline.com/v4/inventory/:id/keyart/url
This endpoint allows you to retrieve the URL for an inventory key art.
id
integer
ID of the inventory.
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"
}
}{
"message": "No keyart found."
}Last updated
Was this helpful?
Was this helpful?

