Generate KYB Report
GET/public-api/v1/kyb/organizations/:orgId/report
Returns the Know Your Business (KYB) report for the specified organization as a Base64-encoded PDF.
Use cases:
- Download the compliance report for archival or distribution to auditors.
Notes:
- The report is generated on the fly. Expect a longer response time than other endpoints.
- The organization must have completed verification (status VERIFIED) before a report is available.
Next step:
- Decode the Base64 string and serve or save the PDF.
Request
Responses
- 200
- 401
- 500
Organization Report generated successfully fetched.
Unauthorized – Invalid or missing token.
Internal Server Error