Skip to main content

Bulk Update Alerts

PATCH 

/api/financial-alerts/update

Bulk updates the classification and/or note for multiple financial alerts.

Required scope: accounting:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Authentication: Requires Bearer token.

Fields:

  • ids (required): Array of financial alert IDs to update
  • classification (optional): Classification ID to assign
  • note (optional): Note to set on all specified alerts

Request

Responses

OK

Response Headers
    Content-Type