Validating Transfer Request

From Prime Wiki
Revision as of 18:14, 21 July 2015 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.