Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Validating Transfer Request: Difference between revisions

From Prime Wiki
Created page with " 1. Description 2. Parameters 3. HTTP Method 4. Example Test URL Request 5. Response DescriptionTop Checks if a transfer request is valid for the specifie..."
 
(No difference)

Latest revision as of 18:14, 21 July 2015

   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.