Validating a Transfer Request

KB Tags associated with this article:
Use all tags
KB Tags
Body

Description

Checks if a transfer request is valid for the specified domain name.

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

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.

Response

Returns true (String) if the transfer request is valid. Returns false otherwise.