Validating Transfer Request

From Prime Wiki
Jump to navigationJump to search
   1. Description
   2. Parameters
   3. HTTP Method
   4. Example Test URL Request
   5. Response

DescriptionTop

Checks if a transfer request is valid for the specified domain name. ParametersTop 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 MethodTop

GET Example Test URL RequestTop https://test.httpapi.com/api/domains/validate-transfer.json?auth-userid=0&api-key=key&domain-name=domain.com ResponseTop

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