Check

Registration Step 1

post

The first step is to check for the presence of an e-mail

Body
emailstringRequired
idintegerOptional
Responses
200
id
application/json
Responsestring
post
POST //auth/sign-up/check HTTP/1.1
Host: api.client.nbcgate.tech
Content-Type: application/json
Accept: */*
Content-Length: 23

{
  "email": "text",
  "id": 1
}
text