cURL
curl --request GET \ --url https://api.reprompt.io/v1/us-kyb/reports/{request_id} \ --header 'Authorization: Bearer <token>'
{ "request_id": "<string>", "created_at": "<string>", "completed_at": "<string>", "report": {}, "pdf_url": "<string>", "status": "completed" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Full KYB report JSON.
Direct S3 URL for the generated PDF report.
"completed"