Skip to main content
POST
Create a tag

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
tag_group_id
string
required

The tag group this tag belongs to. The business entity is inferred from the tag group.

label
string
required
Maximum string length: 255
label_translations
object | null

Optional translations for the label property.

description
string | null
description_translations
object | null

Optional translations for the description property.

integrations
object

Identifiers for this tag in external accounting integrations, used to sync tags imported from those systems.

Response

201 - application/json

Created

id
string
read-only

The unique identifier of the object in Nmbr.

object
string
read-only

The type of the object in Nmbr ("tag").

data
Tag · object