🚀 Version 3.5 is now live! See our release notes for details.
cURL
curl --request GET \ --url https://api.example.com/api/v4/products/{productId}/images/{imageId}/scans \ --header 'Authorization: Bearer <token>'
{ "scans": [ { "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV", "createTime": "2024-01-01T01:00:00Z", "author": { "userId": "<string>", "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV", "createTime": "2024-01-01T01:00:00Z", "email": "[email protected]", "status": "active", "resourceType": "Org" }, "parent": "<string>", "latestScanState": { "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV", "type": "new", "createTime": "2024-01-01T01:00:00Z", "parent": "<string>", "author": { "userId": "<string>", "id": "01ARZ3NDEKTSV4RRFFQ69G5FAV", "createTime": "2024-01-01T01:00:00Z", "email": "[email protected]", "status": "active", "resourceType": "Org" }, "source": "01ARZ3NDEKTSV4RRFFQ69G5FAV" } } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Product ID
26
"01ARZ3NDEKTSV4RRFFQ69G5FAV"
Image ID
success
Show child attributes
Was this page helpful?