SAR Lifecycle
Call
POST /v1/sar/{id}/submit to advance from DRAFT to IN_REVIEW, and again to advance from IN_REVIEW to FILED.
Update a SAR
Endpoint:PUT /v1/sar/{id}/update
Fill in or update the report fields. Most fields can be updated freely while the SAR is in DRAFT or IN_REVIEW status. Fields marked “cannot be changed once FILED” lock after submission.
Request Fields
Suspicion categories
Sign Off a Section
Endpoint:PUT /v1/sar/{id}/section-review
SARs are divided into sections that must be individually reviewed and signed off before the filing can be submitted. Sign off a section to mark it as complete, or reopen it to make additional changes.
Request Fields
Advance the SAR Lifecycle
Endpoint:POST /v1/sar/{id}/submit
Advances the SAR to the next status in its lifecycle. Call this endpoint twice to take a SAR from DRAFT to FILED:
- First call:
DRAFT→IN_REVIEW - Second call:
IN_REVIEW→FILED
SAR Response Object
What’s Next?
Managing Alerts & Cases
Close a case as SAR to create the initial filing.
Managing Attachments
Upload supporting documents and link them to a SAR filing.