Check
The first step is to check for the presence of an e-mail
Body
emailstringRequired
idintegerOptional
Responses
200
id
application/json
Responsestring
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
default
application/json
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