Return per-data-source counts of queued, saved, duplicate, blacklisted, and error records. Pass an array of data source UUIDs in uuids. The response is a map keyed by UUID.
Security
bearerAuth
PUT
curl -i -X PUT \
https://leadgen.grinfi.io/leads/api/data-sources/metrics \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"uuids": [
"6df2d07d-36dc-4401-81e2-7d6bd5075214"
]
}'