Use the Batch List Entry API to create or delete a group of list entries.
The Batch List Entry API is a REST HTTPS endpoint that uses OAuth 2.0 for authentication. Go to Batch List Entry for the swagger documentation.
Caution
Do not use the PolicyManager_BatchCreateEntries2 or PolicyManager_BatchDeleteEntries2 endpoints. Using these endpoints might result in an error.
Use the create batch entries endpoint to create up to 500 new list entries per request.
Sandbox Endpoint
https://api-sandbox.kount.com/policy-manager/v1/lists/{listId}/entries:batchCreate
Production Endpoint
https://api.kount.com/policy-manager/v1/lists/{listId}/entries:batchCreate
Method: POST
Header Authorization: Bearer token
Header Content-Type: application/json
Body: Refer to the Create Batch Entries request parameters.
Note
When creating batch list entries, the request must be created based on the listType of the list you are adding to. The response will only contain properties related to that listType. For more information about each list type schema, go to Entry Schemas.
Use the batch delete entries endpoint to delete multiple list entries in a single request.
Sandbox Endpoint
https://api-sandbox.kount.com/policy-manager/v1/lists/{listId}/entries:batchDelete
Production Endpoint
https://api.kount.com/policy-manager/v1/lists/{listId}/entries:batchDelete
Method: POST
Header Authorization: Bearer token
Header Content-Type: application/json
Body: Refer to the Delete Batch List Entry request parameters.