cURL
curl --request GET \ --url https://www.closient.com/dashboard/api/v1/stats/{organization_id} \ --header 'X-API-Key: <api-key>'
{ "total_products": 123, "complete_products": 123, "avg_completeness": 123, "active_offers": 123, "broken_offers": 123, "expiring_certifications": 123, "missing_images": 123 }
Return aggregated metrics for the brand dashboard home.
UUID of the organization.
OK