API Reference//
- Retrieve a PEP and sanctions screening job for a business entity
List PEP and sanctions screening jobs for business entities
Create a PEP and sanctions screening job for business entities
GetOperation
Run a PEP and sanctions screening job for a business entity
Retrieve a PEP and sancti...
Retrieves details about a specific PEP and sanctions screening job.
Security
oauth2_client_credentials or oauth2_authorization_code
- Mock serverhttps://docs.bndry.net/_mock/apis/openapi/v1alpha/pepSanctionBusinessEntityJobs/{pepSanctionBusinessEntityJob}
- BNDRY APIhttps://api.bndry.app/v1alpha/pepSanctionBusinessEntityJobs/{pepSanctionBusinessEntityJob}
- oauth2_client_credentials
- oauth2_authorization_code
curl -i -X GET \
'https://docs.bndry.net/_mock/apis/openapi/v1alpha/pepSanctionBusinessEntityJobs/{pepSanctionBusinessEntityJob}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Success
(IDENTIFIER) Output only. The resource name of the job. Format: pepSanctionBusinessEntityJobs/{pep_sanction_business_entity_job} correct_name_format // name must follow format 'pepSanctionBusinessEntityJobs/*'
Output only. The timestamp when the job was created.
Output only. The timestamp when the job was most recently updated.
Response
{ "name": "pepSanctionBusinessEntityJobs/pep-sanction-screen-2024-0127-743891", "createTime": "2023-01-15T01:30:15.01Z", "updateTime": "2023-01-15T01:30:15.01Z", "webhookUri": "https://api.example.com/webhooks" }