Submit Authcode

Description

Submit the Domain Secret (also known as Authorization Code) for a domain name that is currently being transferred in to INDYADOT.com.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
order-id Integer Required Order ID of the domain name being transferred in
auth-code String Required Domain Secret or Authorization Code, for the domain name being transferred.

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/domains/transfer/submit-auth-code.xml?auth-userid=0&api-key=0&order-id=12345678&auth-code=authcodegoeshere

Response

Returns success (String) if the authorization code provided is accurate, and the transfer process continues.

If there are any errors, a status key with value as Error is returned, along with an appropriate description of the problem.