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
Confirm domain verification
Confirms a domain verification passcode. On success the domain is marked verified for the organization.
POST
/
api
/
v1
/
org
/
domains
/
confirm
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"
}Was this page helpful?