method-api-getinfo
Last edited: January 27th, 2009 by Colin DevroeReturns general information about current API version.
Note: ALL arguments are required.
Authentication
This method does not require user authentication.
Arguments
- method
- Should be set to “viddler.api.getInfo”
- api_key
- Assigned Viddler API Key
Example Call
http://api.viddler.com/rest/v1/?method=viddler.api.getInfo&api_key=api_key
Example Response
<viddler_api> <version>1.1.1</version> </viddler_api>
Error Codes
All standard.