Groove REST API is no longer in active development; please use the new for more robust features
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
}