POST
/
auth
/
user-auth
/
initiate
curl --request POST \
  --url https://onboard-external-dev.api.nestcoin.io/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
}

Authorizations

x-signature
string
header
required

Body

application/json
email
string
required

user's email

Response

200
application/json
Success
authSessionId
string

The log in session ID of the user, valid for the duration of the OTP validity

isReturning
boolean
default:false

Indicates if user is a returning user, i.e. previously verified