API Reference//
- Create a PEP and sanctions screening job
List PEP and sanctions screening jobs
Retrieve a PEP and sanctions screening job
GetOperation
Run a PEP and sanctions screening job
Create a PEP and sanction...
Creates a new PEP and sanctions screening job.
Security
oauth2_client_credentials or oauth2_authorization_code
Required. The PEP and sanctions screening job to create.
- Mock serverhttps://docs.bndry.net/_mock/apis/openapi/v1alpha/entities/{entity}/pepSanctionIndividualEntityJobs
- BNDRY APIhttps://api.bndry.app/v1alpha/entities/{entity}/pepSanctionIndividualEntityJobs
- oauth2_client_credentials
- oauth2_authorization_code
curl -i -X POST \
'https://docs.bndry.net/_mock/apis/openapi/v1alpha/entities/{entity}/pepSanctionIndividualEntityJobs?pepSanctionIndividualEntityJobId=pep-sanction-screen-001' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "entities/-/pepSanctionIndividualEntityJobs/pep-sanction-screen-2024-0127-743891",
"createTime": "2023-01-15T01:30:15.01Z",
"updateTime": "2023-01-15T01:30:15.01Z"
}'Success
(IDENTIFIER) Output only. The resource name of the job. Format: entities/-/pepSanctionIndividualEntityJobs/{pep_sanction_individual_entity_job} correct_name_format // name must follow format 'entities/-/pepSanctionIndividualEntityJobs/*'
Output only. The timestamp when the job was created.
Response
{ "name": "entities/-/pepSanctionIndividualEntityJobs/pep-sanction-screen-2024-0127-743891", "createTime": "2023-01-15T01:30:15.01Z", "updateTime": "2023-01-15T01:30:15.01Z" }