CorebanqCorebanq Developer Docs
Itemsv1

Get distinct item types with counts

Retrieve distinct item types with their counts. Returns a list of all unique item types and how many active items exist for each type.

GET/v1/items/types/distinct

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/items/types/distinct"
[
  {
    "type": "mfa",
    "count": 3
  }
]
{
  "error": {
    "code": "string",
    "message": "string"
  }
}