v1
latestSwagger 2.02026-08-041113661.2 MBAuthCode
Reset auth code
post/v1beta/domains/{id}/authcode/reset
Path parameters
idinteger required
Domain id number
Request body
Example request
{
"auth_code_type": "internal",
"domain": {
"extension": "london",
"name": "test4"
},
"id": 0,
"sending_type": ""
}Response
A successful response.
Example response
{
"code": 0,
"data": {
"auth_code": "12345678",
"auth_info": {
"pw": "cyF2A7jPp+T#?5j*-G82"
},
"domain_roid": "",
"epp_statuses": [
""
],
"rgp_statuses": {
"add_period": "2019-05-23 12:05:48",
"auto_renew_period": "2019-05-23 12:05:48"
},
"success": false,
"type": "internal"
},
"desc": ""
}