Verify
post
Verify ownership of email or phone number.
Body
user_authstringOptional
email or phone number
verify_codestringOptional
Responses
200Success
application/json
post
POST /auth/verify HTTP/1.1
Host: api.bringyour.com
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"user_auth": "text",
"verify_code": "text"
}
200Success
{
"network": {},
"error": {}
}
Was this helpful?