...
Authorization
To access our AML screening monitoring API you need to provide:
OAuth2 Access Tokens in each request. (Learn how to get an access token here);
Your Application-Id*.
...
Endpoints and Environments:
This API has the following endpoints:
...
Expand |
---|
title | Retrieve and review business matches |
---|
|
Panel |
---|
| GET /worklists/{worklistId}/businesses/{monitorRecordId}/matches - get business matches. |
Panel |
---|
| PUT /worklists/{worklistId}/businesses/{monitorRecordId}/matches/reviews - change status and add comment. |
Panel |
---|
| GET /worklists/{worklistId}/businesses/{monitorRecordId}/matches/{qrCode}/reviews - get reviews of the business match. |
Panel |
---|
| GET /businesses/{resourceId} - get detailed business info. |
|
Subscribe to updates:
Expand |
---|
title | Subscribe to updates |
---|
|
Panel |
---|
| PATCH /worklists/{worklistId}/subscriptions - add email subscription to worklist. |
Panel |
---|
| GET /worklists/{worklistId}/subscriptions - get emails subscribed to worklist. |
Panel |
---|
| DELETE /worklists/{worklistId}/subscriptions - add email subscription to worklist. |
|
Check monitoring status:
Expand |
---|
title | Check monitoring status |
---|
|
Panel |
---|
| GET /screening-status - get status of monitoring process. |
|