interval
parameter to show images that were updated recently, but you can also use the start_date
and end_date
parameters to specify a range of no more than three days. Do not use the interval
parameter with either start_date
or end_date
.curl --location --request GET '/v2/images/updated' \
--header 'User-Agent: ShutterstockWorkspace/1.1.30' \
--header 'Authorization: Basic Og=='
{
"$ref": "#/components/schemas/UpdatedMediaDataList/example"
}