Test Calls

The API provides one test call that simply echoes a parameter back to the user:

  • wb.test.echo

wb.test.echo

Echoes the API method and parameter back to the user.

Arguments

api_key (Required)
    Your API key.
param (Required)
    A parameter to echo back to the screen.

Example Response

  1. <rsp stat="ok">  
  2.   <method>wb.test.echo</method> 
  3.   <param>go</param>  
  4. </rsp>  

Error Codes

100: Invalid API Key
           
The API key passed was not valid or has expired.
105: Service currently unavailable
           
The requested service is temporarily unavailable.
110: API version “xxx” not found
           
The requested API version was not found.
111: Format “xxx” not found
           
The requested response format was not found.
112: Method “xxx” not found
           
The requested method was not found.
115: Missing required parameter
           
Parameters which are required have not been sent.
120: Parameter “xxx” has an invalid value
            The provided parameter is not valid.