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

Response

200
application/json

Success

The response is of type object.