- Previous: Photo Calls
- Up: Documentation Version 1
- Next:
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
- <rsp stat="ok">
- <method>wb.test.echo</method>
- <param>go</param>
- </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.
- Previous: Photo Calls
- Up: Documentation Version 1
- Next:


Comments
Please sign in to post a comment.