Authorizations
Admin API key for authentication
Path Parameters
The unique identifier of the webhook to test
Body
Request body for testing a screening webhook
The mock event kind to send in the webhook payload. This will flow through transparently to the mock payload that is sent through to the webhook destination URL.
profile_status_updated "profile_status_updated"
The mock event value to send in the webhook payload. This will flow through transparently to the mock payload that is sent through to the webhook destination URL.
potential_match, accepted, rejected "potential_match"
The mock flags that should be sent in the latestFlags webhook payload field. These values are interpreted and mutated into true object mocks in the webhook payload that is sent to the destination URL.
["Sanctions", "PEP", "News"]The mock profile ID that should be sent in the payload to the destination URL. This is an optional field that can be provided if testing the webhook update for a specific Minerva profile ID within your service logic is desired.
"minerva-profile-id-1"
The mock external ID that should be sent in the payload to the destination URL. This is an optional field that can be provided if testing the webhook update for a specific external system ID within your service logic is desired.
"user-profile-id-1"