The query parameter entityId can be used to filter the entries by entity ID. The entity UUID must be in lower case.
The query parameter reference can be used to filter the entries by reference.
The query parameter batchName can be used to filter the entries by batch name.
The query parameter states can be used to filter the entries by state. If set, the response will include only entries with the specified states. By default only ACTIVE entries are returned if the matchlist is ACTIVE. If the matchlist is ARCHIVED only EXPIRED entries will be returned. Possible values are: ACTIVE, EXPIRED, and DELETED. Multiple values can be provided as a comma-separated list. For example, DELETED,EXPIRED.
The query parameter sortFields (createdAt, updatedAt or state) can be set to one or more fields for sorting. The default is to use just createdAt.
The query parameter sort can set the sort order to ascending (asc) or descending (desc). The default is ascending.
The query parameters limit (default 10) and page (default 1) can be used to control paging of the returned entries. The values given must be positive.
If no matching entries are found, or the page is too large, then the entries array will be empty, but the result code is still 200.
In addition to the entries, the response will also include the basic details of the matchlist, including its state. This is important, since if a matchlist is ARCHIVED, all previously ACTIVE entries will be EXPIRED, and will only be seen in the response if the states includes EXPIRED. So the entries array will be blank for ARCHIVED matchlists if states is not given.
Your API key provided by FrankieOne
"245c765b124a098d09ef8765...."
Your Customer ID provided by FrankieOne
"12345678-1234-1234-1234-123456789012"
Your Customer Child ID provided by FrankieOne
"87654321-4321-4321-4321-210987654321"
Open string that can be used to define the "channel" the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are: api portal smartui Any alphanumeric string is supported though. Anything over 64 characters will be truncated.
Username provided by API caller
"fred.flintstone@frankieone.com"
The name of the matchlist.
If set, the response will include only entries with the specified states. By default, only ACTIVE entries are returned. Possible values are: ACTIVE, EXPIRED, and DELETED. Multiple values can be provided as a comma-separated list. For example, DELETED,EXPIRED.
List of states to include in the response.
The state of the matchlist entry.
ACTIVE: The matchlist entry is active and can be used for matching.EXPIRED: The matchlist entry has expired. It is visible and retrievable, but cannot be used for matching.DELETED: The matchlist entry has been marked as deleted, rendering it unusable.To modify an entry's state, use Matchlist-Entry-State-Writeable.
ACTIVE, EXPIRED, DELETED If set, the response will include only entries from the specified batch. By default, all entries will be returned. Batch name of entries to include in the response.
"blocklist.csv"
If set, the response will include only entries with the specified reference. By default, all entries will be returned. Reference of entries to include in the response.
"CERT-BAD-ACTOR-1234-5678"
If set, the response will include only entries created with the specified entityId. By default, all entries will be returned. Entity ID of entries to include in the response.
"12345678-1234-1234-1234-123456789012"
If set, the response will include only the entry with the specified id. By default, all entries will be returned. Entry ID of entries to include in the response.
"12345678-1234-1234-1234-123456789987"
Order of the sort fields will be sorted upon
asc, desc The list of sort fields that will be used in the query. The order of the sort fields will determine the order in which the items are sorted. If state is added the sort order will always be ACTIVE, EXPIRED, DELETED.
List of sort fields
One sort field
updatedAt, createdAt, state The page number that you want to retrieve for the list query
Limit the number of items that will be returned as part of the request
x >= 1