Table of Contents

Function

The AuthInfo2Create task requests an AuthInfo2.

The AuthInfo2 procedure can be performed for the TLDs DE, EU, NO, BE. For .BE, the AuthInfo can only be requested in this way.

Description

Route: POST /domain/{domainName}/_authinfo2
No body has to be sent.

Request
{
}
Response
{
	"stid": "20180821-test-3",
	"status": {
		"code": "S0113003",
		"text": "AuthInfo2 was created successfully.",
		"type": "SUCCESS"
	},
	"object": {
		"type": "Domain",
		"value": "json-test-003.de"
	}
}

Task code: 0113003
Uses  Domain object

Request
<request>
	<auth>
		<user>customer</user>
		<password>password</password>
		<context>4</context>
	</auth>
	<task>
		<code>0113003</code>
		<domain>
			<name>example.de</name>
		</domain>
	</task>
</request>
Response
<response>
	<result>
		<status>
			<code>S0113003</code>
			<text>AuthInfo2 was created successfully.</text>
			<type>success</type>
		</status>
	</result>
</response>