GET https://api.groovehq.com/v1/folders
Name | Type | Required | Default | Options | Notes |
---|---|---|---|---|---|
mailbox | string | No | Mailbox ID or email | The ID or email address of a Mailbox to filter by |
Status: 200 OK
{
"folders": [{
"id": "2358795",
"name": "All New & Open"
}]
}