Error
A valid request URL is required to generate request examples{
"results": {
"isVerified": true,
"domain": "<string>",
"otp": {
"numberOfAttempts": 123,
"createdAt": "2023-11-07T05:31:56Z",
"isMaxAttempts": true,
"isExpired": true,
"expiresAt": "2023-11-07T05:31:56Z"
}
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Organizations
Request domain verification
Sends a one-time passcode to an address at the domain to begin verifying ownership. The domain must not be a public email provider and must not already be verified by another organization.
POST
/
api
/
v1
/
org
/
domains
/
verify
Error
A valid request URL is required to generate request examples{
"results": {
"isVerified": true,
"domain": "<string>",
"otp": {
"numberOfAttempts": 123,
"createdAt": "2023-11-07T05:31:56Z",
"isMaxAttempts": true,
"isExpired": true,
"expiresAt": "2023-11-07T05:31:56Z"
}
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Body
application/json
Was this page helpful?