As per ICANN's new domain transfer guidelines, effective 25th May 2018, all domain transfers will not require Form of Approval (FoA). The Transfer Authorization process will not require the Registrant Contact's approval via e-mail.
Description
Get IRTP Authorization status for an action which is waiting for IRTP Authorization
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
order-id | Integer | Optional* | Order-ID for which IRTP Authorization data is requested |
domain-namme | String | Optional* | Domain Name for which IRTP Authorization data is requested |
*One of the above Parameters is Compulsory
HTTP Method
POST
Example Test URL Request
https://test.httpapi.com/api/domains/irtp/verification/details.json?auth-userid=0&api-key=key&order-id=0
Response
Returns a hash map containing the status of IRTP Authorization for a task
In case of any errors, a status key with value as ERROR alongwith an error message will be returned.
This API call is only applicable for GTLDs and if Registrar is opted-in for IRTP.
-
Status (status)
-
Order ID (order-id)
-
Domain Name (domain-name)
-
IRTP Status (irtp-status)
-
Task Status (task-status)
-
task-status = PENDING|REVOKED|EXPIRED|FAILED|APPROVED|SUCCESS|REMOTE_FAILURE
-
-
Expiry (expiry)
-
Status of the Losing FOA (losing-foa-status)
-
foa-status (losing-foa-status/gaining-foa-status) = PENDING|APPROVED|DISAPPROVED
-
-
Status of the Gaining FOA (gaining-foa-status)
-
foa-status (losing-foa-status/gaining-foa-status) = PENDING|APPROVED|DISAPPROVED
-
-
Message (message)
-
message will only be mentioned in case the “task-status” is REVOKED/REMOTE_FAILURE
-
-