Categorize a transaction

Assign a category to a transaction

Headers

AuthorizationstringRequired

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

Query parameters

entityIdstringRequired
The ID of the entity that owns the transaction

Request

This endpoint expects an object.
transactionIdstringRequired
The ID of the transaction to categorize
categoryIdstringRequired
The ID of the category to assign

Response

Transaction categorized successfully
messagestring or null
transactionobject or null

Errors