Skip to main content
POST
Apply rules to existing transactions

Query Parameters

orgId
string
required

Organization ID. Use GET /v1/companies to discover available org/company pairs.

Example:

"1"

companyId
string
required

Company ID. Use GET /v1/companies to discover available companies and their access levels.

Example:

"1"

Body

application/json
ids
integer[]
required

Rule IDs to apply (max 100). Each must belong to this company.

Required array length: 1 - 100 elements
Required range: x > 0

Response

Apply job enqueued successfully

success
enum<boolean>
required
Available options:
true
data
object
required
Last modified on July 10, 2026