Fetch the count of tickets grouped by folder ID and optionally filtered by mailbox.
GET https://api.groovehq.com/v1/tickets/count
Name | Type | Required | Notes |
---|---|---|---|
mailbox | string | No | The email or ID of a mailbox to filter by |
Status: 200 OK
{
"728525": 1,
"987452": 0,
"842376": 0
}