POST /api/auth/onboarding
Use this API to onboard a new user.
This API is used by an organization to onboard new users to the platform. Accounts registered in this way can skip a few steps of the KYC process. The organization can then use the API keys associated with these accounts to process mint and redeem requests. This endpoint accepts requests of type multipart/form-data
.
Parameters
email
(String):This parameter represents the email address of the user.
fullname
(String):This parameter refers to the user's full name.
address
(String):This parameter refers to the user's physical address.
idNumber
(String):This parameter refers to the user's ID number.
idFile
(File): This parameter represents an image file of the user's ID. Accepted file types are:jpeg, png, jpg, webp
. File dimension should be between 256px * 256px and 4096px * 4096px.
Example Request
Payload
Response
If the request is successful, the response will be as shown below:
Last updated