cURL
curl --request GET \ --url https://api.collectpure.com/marketplace/get-sitemap-products/v1 \ --header 'x-api-key: <api-key>'
{ "data": [ { "sku": "<string>", "updatedAt": "<string>" } ] }
Retrieve all products for the sitemap. This endpoint returns the sku and updatedAt for all products.
API key for authentication
Default Response
Show child attributes