Verify send

post

Send verification code to email or phone number.

Body
user_authstringOptional

email or phone number

Responses
200Success
application/json
post
POST /auth/verify-send HTTP/1.1
Host: api.bringyour.com
Content-Type: application/json
Accept: */*
Content-Length: 20

{
  "user_auth": "text"
}
200Success
{
  "user_auth": "text"
}

Was this helpful?