Skip to main content
POST
Tag bank transactions

Authorizations

Authorization
string
header
required

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

Headers

Content-Type
string

Content-Type must be set to application/json

Path Parameters

businessId
string
required

The UUID of the business to tag transactions for

Body

application/json
key_values
object[]

List of key-value pairs used to create new tags

transaction_ids
string<uuid>[]

The transaction IDs to create each new tag for.

Response

Contains a collection of tags as defined by the ApiTag schema. This structure is used to encapsulate multiple tags in API responses or requests.

tags
object[]
required

A list of tags associated with a taggable object.