Batch List Entry API Specifications

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.

Create Batch List Entry

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.

Create Batch List Entry request parameters

Create Bulk List Entry request example

Create Bulk List Entry response properties

Create Bulk List Entry response example

Delete Batch List Entry

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.

Delete Batch List Entry request parameters

Delete Bulk List Entry request example

Delete Batch List Entry response properties

Delete Bulk List Entry response example

Was this article helpful?
0 out of 0 found this helpful