Get Started
All Tight API entities have acustomData parameter. Use this parameter to attach freeform JSON data to Tight API entities.
Custom data can be used to add additional, structured information on an entity. For example, you can add an internal identifier to a Bank Transaction or specialized tax info on a user’s General Ledger accounts:
customData can support up to 50 fields and up to 2000 characters of freeform JSON datacustomData will be included anywhere else the transaction can be fetched from the Tight API. For example, the response to the following request includes the customData set on this bank transaction:
The
customData object now appears in the response, you can leverage this functionality to enhance integrations, reporting, or internal workflows.