About Tags

Tags

Tags are Pleo’s version of cost allocation, allowing customers to categorize their spending.

Each expense can be labeled with up to 5 tags to classify the cost across different categories. We see use cases like projects, office locations, internal company structure, and many more.

Each tag group represents a collection of options (tags) that a user can choose from. As an example will the tag group Project contain the specific projects: Project X, Project Y etc.

A user will only see non archived tag groups.

The Tags API allows external parties to Create, Read, Update, and Delete tags.

Tag Groups Object

ObjectTypeDescription
archivedbooleanThis tag group is no longer used
codestringExternal identifier of the Tag group / Dimension used for mapping to accounting system
companyIDstringUnique identifier of the company the Tag Group belongs to
createdAtstringCreation date and time.

Example: 2023-08-23T03:11:48.000Z
idstringUnique identifier of Tag Group (generated on creation)
metadatastringPlace for API users to store flexible data.

Example:{"externalExtraId":"f302f9ec-6c17-11ee-b962-0242ac120002"}
namestringProjects User readable name of Tag Group
updatedAtstringDate and time of the last update.

Example: 2023-08-23T03:11:48.000Z

Tags Object

ObjectTypeDescription
archivedbooleanThis Tag is no longer used
codestringExternal identifier of the Tag
createdAtstringCreation date and time.

Example: 2023-08-23T03:11:48.000Z
groupIdstringUnique identifier of the Tag Group this Tag belongs to
namestringUser readable name that is used for the possible value within a tag group on an expense

Example: lunch allowance
updatedAtstringDate and time of the last update

Example: 2023-08-23T03:11:48.000Z