API
Login Sign Up

Ticket counts

Listing ticket counts

Fetch the count of tickets grouped by folder ID and optionally filtered by mailbox.

GET https://api.groovehq.com/v1/tickets/count

Parameters

Name Type Required Notes
mailbox string No The email or ID of a mailbox to filter by

Example Response

Status: 200 OK

{
    "728525": 1,
    "987452": 0,
    "842376": 0
}