Onboarding a new user
A typical flow to onboard new users
You can use the Onboarding API to onboard new users to the platform. A new user registered through the api will be a special type of user that's managed under the organization. This type of user does not need to complete certain steps in the KYC flow to simplify the onboarding process.
Firstly, you need to setup your API access. You can read more about that here.
Then, you can use the POST /api/auth/onboarding
endpoint to register the new user. Here is an example.
Please note that the parameters shown are just an example. When onboarding a new user, you must use valid and verifiable data. After a successful operation, you will get a response as follows:
You can then use the API keys to process requests for the specified user.
Last updated