Refresh

This website cpng.automaticpallet.com/kb/answer/902 is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Enabling the Theft Protection Lock

Description

Applies the Theft Protection Lock on the specified Order.

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 Registration Order on which the Theft Protection Lock to be applied.
otp Integer Optional OTP to authenticate the request
2fa-type String Optional Type of 2FA authentication
  • email: For authentication via email

HTTP Method

POST

Example Test URL Request

https://test.httpapi.com/api/domains/enable-theft-protection.json?auth-userid=0&api-key=key&order-id=0

 

Example Test URL Request

https://test.httpapi.com/api/domains/enable-theft-protection.json?auth-userid=0&api-key=key&order-id=0&otp=123456&2fa-type=email

Response

Returns a hash map containing the below details:

  • Domain Name (description)

  • Order ID of the Domain Registration Order (entityid)

  • Action Type (actiontype)

  • Description of the Enable Theft Protection Action (actiontypedesc)

  • Action ID of the Enable Theft Protection Action (eaqid)

  • Enable Theft Protection Action Status (actionstatus)

  • Description of the Enable Theft Protection Action Status (actionstatusdesc)

In case of any errors, a status key with value as ERROR alongwith an error message will be returned.