Queues a verification job for a single worker. The job runs asynchronously against the appropriate regulator website. Poll /v1/verify/jobs/{job_id} for the result, or fetch the latest check via /v1/workers/{id}/verification.
Request
Authorization
Bearer Token
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
or
Path Params
Responses
🟢202
application/json
Verification job queued
Bodyapplication/json
🟠422
🟠401Unauthorized
🟠404NotFound
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/v1/workers//verify' \
--header'Authorization: Bearer <token>'