curl --request GET \
--url https://sandbox.nmbr.co/services/payroll/tag_groups \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "<id>",
"object": "tag_group",
"data": {
"label": "Department",
"label_translations": null,
"label_translated": "Department",
"description": null,
"description_translations": null,
"description_translated": null,
"color": null,
"archived_at": null,
"is_deletable": true,
"is_component_locked": false,
"is_journal_entry_dimension": false,
"integrations": {
"xero": {
"id": null,
"type": null
},
"quickbooks": {
"type": null
}
},
"business_entity": {
"id": "<id>",
"object": "business_entity",
"links": {
"self": "/business_entities/<id>"
}
},
"created_at": "2026-01-01T00:00:00.000000Z",
"updated_at": "2026-01-01T00:00:00.000000Z"
},
"links": {
"self": "/tag_groups/<id>"
}
},
{
"id": "<id>",
"object": "tag_group",
"data": {
"label": "Department",
"label_translations": null,
"label_translated": "Department",
"description": null,
"description_translations": null,
"description_translated": null,
"color": null,
"archived_at": null,
"is_deletable": true,
"is_component_locked": false,
"is_journal_entry_dimension": false,
"integrations": {
"xero": {
"id": null,
"type": null
},
"quickbooks": {
"type": null
}
},
"business_entity": {
"id": "<id>",
"object": "business_entity",
"links": {
"self": "/business_entities/<id>"
}
},
"created_at": "2026-01-01T00:00:00.000000Z",
"updated_at": "2026-01-01T00:00:00.000000Z"
},
"links": {
"self": "/tag_groups/<id>"
}
},
{
"id": "<id>",
"object": "tag_group",
"data": {
"label": "Department",
"label_translations": null,
"label_translated": "Department",
"description": null,
"description_translations": null,
"description_translated": null,
"color": null,
"archived_at": null,
"is_deletable": true,
"is_component_locked": false,
"is_journal_entry_dimension": false,
"integrations": {
"xero": {
"id": null,
"type": null
},
"quickbooks": {
"type": null
}
},
"business_entity": {
"id": "<id>",
"object": "business_entity",
"links": {
"self": "/business_entities/<id>"
}
},
"created_at": "2026-01-01T00:00:00.000000Z",
"updated_at": "2026-01-01T00:00:00.000000Z"
},
"links": {
"self": "/tag_groups/<id>"
}
}
],
"links": {
"first": "/tag_groups?business_entity_id=<id>&page=1",
"last": "/tag_groups?business_entity_id=<id>&page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 15,
"total": 3,
"has_more": false
}
}List tag groups
curl --request GET \
--url https://sandbox.nmbr.co/services/payroll/tag_groups \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"id": "<id>",
"object": "tag_group",
"data": {
"label": "Department",
"label_translations": null,
"label_translated": "Department",
"description": null,
"description_translations": null,
"description_translated": null,
"color": null,
"archived_at": null,
"is_deletable": true,
"is_component_locked": false,
"is_journal_entry_dimension": false,
"integrations": {
"xero": {
"id": null,
"type": null
},
"quickbooks": {
"type": null
}
},
"business_entity": {
"id": "<id>",
"object": "business_entity",
"links": {
"self": "/business_entities/<id>"
}
},
"created_at": "2026-01-01T00:00:00.000000Z",
"updated_at": "2026-01-01T00:00:00.000000Z"
},
"links": {
"self": "/tag_groups/<id>"
}
},
{
"id": "<id>",
"object": "tag_group",
"data": {
"label": "Department",
"label_translations": null,
"label_translated": "Department",
"description": null,
"description_translations": null,
"description_translated": null,
"color": null,
"archived_at": null,
"is_deletable": true,
"is_component_locked": false,
"is_journal_entry_dimension": false,
"integrations": {
"xero": {
"id": null,
"type": null
},
"quickbooks": {
"type": null
}
},
"business_entity": {
"id": "<id>",
"object": "business_entity",
"links": {
"self": "/business_entities/<id>"
}
},
"created_at": "2026-01-01T00:00:00.000000Z",
"updated_at": "2026-01-01T00:00:00.000000Z"
},
"links": {
"self": "/tag_groups/<id>"
}
},
{
"id": "<id>",
"object": "tag_group",
"data": {
"label": "Department",
"label_translations": null,
"label_translated": "Department",
"description": null,
"description_translations": null,
"description_translated": null,
"color": null,
"archived_at": null,
"is_deletable": true,
"is_component_locked": false,
"is_journal_entry_dimension": false,
"integrations": {
"xero": {
"id": null,
"type": null
},
"quickbooks": {
"type": null
}
},
"business_entity": {
"id": "<id>",
"object": "business_entity",
"links": {
"self": "/business_entities/<id>"
}
},
"created_at": "2026-01-01T00:00:00.000000Z",
"updated_at": "2026-01-01T00:00:00.000000Z"
},
"links": {
"self": "/tag_groups/<id>"
}
}
],
"links": {
"first": "/tag_groups?business_entity_id=<id>&page=1",
"last": "/tag_groups?business_entity_id=<id>&page=1",
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 15,
"total": 3,
"has_more": false
}
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Date filters support two formats:
Exact Date Match: Provide a well-formatted date in YYYY-MM-DD format for an exact match. Example: archived_at=2024-01-01
Use an array-like syntax to specify a range with one or more comparison operators:
gt(greater than)gte(greater than or equal to)lte(less than or equal to)lt(less than) Example:archived_at[gte]=2024-01-01&archived_at[lt]=2024-12-31
tags Response
OK
The type of the object in Nmbr ("list").
Hide child attributes
Hide child attributes
The unique identifier of the object in Nmbr.
The type of the object in Nmbr ("tag_group").
- Default
- With tags expanded
Hide child attributes
Hide child attributes
255The translation of the label property for the request locale. Computed using the values in label and label_translations and the value of the request's Accept-Language header.
The translation of the description property for the request locale. Computed using the values in description and description_translations and the value of the request's Accept-Language header.
A hex colour code for the tag group (e.g. #AABBCC or #ABC). Used for display.
7When set, the tag group is archived and excluded from index listings by default.
A tag group may not be deleted while it is the primary tag group or any of its tags are assigned to active allocations.
When true, the tags within this group cannot be modified through the embedded portal. Tags can still be managed through the API.
When true, this tag group is used as a dimension in journal entry reports. A business entity can have up to three journal entry dimensions.
Identifiers and object types for this tag group in external accounting integrations, used to sync tag groups imported from those systems. QuickBooks does not expose a group-level identifier, so only the type is stored for QuickBooks.
Hide child attributes
Hide child attributes
The date and time the object was created in Nmbr.
The date and time the object was last updated in Nmbr.

