Label
List Labels
Returns the list of all the Labels within your organization.
get/labels
Query parameters
afterstring
After cursor (pagination)
limitinteger
The limit of items count to retrieve.
nameobject
Filter by name.
Filter by name. Allowed operators: eq, in. Example: name[eq]=Miscellaneous
Response
OK
Example response
{
"data": [
{
"id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
"name": "Invoices"
}
]
}