Create a new user

Create a new user (individual or business) in the system.

Verification Process: When a user is created, an automatic verification process is triggered. The verification:

  1. Evaluates the user's information against compliance requirements
  2. Determines which products/services the user is eligible for
  3. Sends webhook notifications with verification results and eligible products

Webhook Notifications: You will receive the following webhook events:

  • user.created - User successfully created, verification started
  • user.verification.accepted - Verification approved, includes list of eligible products with limits
  • user.verification.failed - Verification rejected, includes failure reason

Authentication: Both x-api-key header and Authorization: Bearer <token> header are required.

Language
Credentials
Bearer
JWT
URL
Click Try It! to start a request and see the response here!