v1
latestOpenAPI 3.1.0MIT2026-07-2484155300.5 KBCategory
Create Category Rule
Create a single category rule
post/categories/rules
Request body
Example request
{
"description": "uber payment",
"categoryId": "05000000",
"transactionType": "DEBIT",
"accountType": "CHECKING_ACCOUNT"
}Response
Creates a Category Rule and recover the result
Example response
{
"description": "uber payment",
"category": "Salary/pro-labore",
"categoryId": "05000000",
"clientId": "03cc0eff-4ec5-495c-adb3-1ef9611624fc",
"transactionType": "DEBIT",
"accountType": "CHECKING_ACCOUNT"
}