Returns the authcode for a specified domain name.
https://backoffice.hostcontrol.com/api/v1/domain/[domain_name]/auth-code
None
GET https://backoffice.hostcontrol.com/api/v1/domain/exampledomainnnn.com/auth-code
Result
{
"result": {
"auth_code": "`I.c$K<5b!Og,M7M"
},
"success": true
}