User Management and KYC API
Endpoints to manage user onboarding for partners:
POST /api/users
– Create a new user profile (or retrieve if exists) and get a KYC link or token. This can integrate Tokery’s KYC flow into another app (for instance, a crowdfunding platform could white-label Tokery’s KYC process via API).GET /api/users/{id}/kyc_status
– Check if a user is verified and their jurisdiction status. This helps partners programmatically ensure an investor is cleared to receive tokens.
Last updated