Description
Checks if a transfer request is valid for the specified domain name.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
domain-name | String | Required | Domain name for which you want to check if the transfer request is valid. |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/domains/validate-transfer.json?auth-userid=0&api-key=key&domain-name=domain.com
Response
Returns true (String) if the transfer request is valid. Returns false otherwise.