cURL
curl --request POST \ --url https://external.dev.onboardpay.co/auth/user-auth/initiate \ --header 'Content-Type: application/json' \ --header 'x-signature: <api-key>' \ --data '{ "email": "<string>" }'
{ "authSessionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "isReturning": false }
Initiate authentication for a user. If the email address is for a new user, a new onboard profile will be created
user's email
Success
The log in session ID of the user, valid for the duration of the OTP validity
Indicates if user is a returning user, i.e. previously verified