Verify Organization domain
Verifies the ownership of an Organization domain.
Verifies the ownership of an Organization domain.
apikey<token>
Tenant API Key for authentication
In: query
apisecret<token>
Tenant API Secret for authentication
In: query
Path Parameters
domainId*string
Organization Domain ID
orgId*string
Organization ID
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://api.loginradius.com/v2/manage/organizations/org_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef/domains/org_domain_1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"{
"DomainName": "example.com",
"IsVerified": false,
"Id": "org_domain_Z5Zviy2xEEUTal7S",
"VerificationStrategy": "manual",
"VerificationToken": "123456"
}{
"Description": "Unable to fetch the Domain TXT record. Please ensure the domain is valid and correctly configured.",
"ErrorCode": 8168,
"Message": "Failed to fetch Domain TXT record"
}{
"ErrorCode": 8180,
"Message": "Organization is not active",
"Description": "Organization is not active, Please provide valid organization id."
}{
"Description": "The entered organization or its configuration does not exist.",
"ErrorCode": 8118,
"Message": "Organization not found"
}{
"Message": "Operation failed due to an internal error.",
"Description": "An unknown internal error occurred, please try again in a few minutes or contact your system administrator.",
"ErrorCode": 7909
}