Tag Object

A Tag is assigned to a different transfer in order to label them.
The Tag is stored and managed under the organization and is identified in the system by its unique ID, the UUID.

The following table describes the fields in the REST API messages for tags:

FieldTypeDescription
idstringThe UUID. A unique ID of the tag.
created_atdateThe creation time of the tag.
Standard format of timestamp with a time zone.
ISO_8601
updated_atdateThe time when the tag details were last updated.
Standard format of timestamp with a time zone.
ISO_8601
labelstringThe label of this tag.
colorstringThe color of this tag.
organization_idstringThe ID of the organization to which this tag belongs. See Organization Object