Start KYB Agent Job
Initiate a Know Your Business (KYB) agent job
This endpoint starts a KYB (Know Your Business) agent job with the specified parameters.
API Endpoint
Request Body
The unique identifier for the agent to be used for the KYB job.
The KYB schema containing the business information.
An optional URL to receive webhook notifications about the job status.
An optional Slack webhook URL to receive notifications about the job status.
An optional array of specific check IDs to run. If not provided, all checks will be run.
Whether to run the checks in parallel. Defaults to false.
Response
The status of the job creation request. Will be “ok” if successful.
The unique identifier for the created job.
A message indicating the result of the job creation request.
Details about the created job.
Example Request
Example Response
This endpoint initiates a KYB agent job with the provided parameters. The response includes a job ID that can be used to track the progress and retrieve results of the KYB process.