POST /api/auth/onboarding
Use this API to onboard a new user.
Parameters
Example Request
curl -X POST '<https://idrx.co/api/auth/onboarding>' --header 'idrx-api-key: <API_KEY>' --header 'idrx-api-sig: <signature>' --header 'idrx-api-ts': <timestamp>' --header 'Content-Type': multipart/form-data'{
"email": "string",
"fullname": "string",
"address": "string",
"idNumber": "string",
"idFile": "file"
}Response
Last updated
