Onboarding (KYB)
List applicants
List every applicant across all your widgets.
GET
Returns every applicant created under your account as a flat array of applicant objects. There are no query filters and no pagination.
To list applicants for a single widget, call
GET /v1/kyb/widgets/{id}/applicants instead — it returns the same { "success": true, "data": [<applicant>] } shape, scoped to that widget.
Requires Authorization: Bearer $TOKEN.
