Resello REST API Documentation

GET domain/[domain_name]/auth-code

Returns the authcode for a specified domain name.

Resource URL

https://backoffice.hostcontrol.com/api/v1/domain/[domain_name]/auth-code

Parameters

None

Example request


GET    https://backoffice.hostcontrol.com/api/v1/domain/exampledomainnnn.com/auth-code

Result

{
    "result": {
        "auth_code": "`I.c$K<5b!Og,M7M"
    },
    "success": true
}