Welcome to the HeyWatch Developers site. If you’re new, you should start with the Getting started section before reading the API documentation.
First you need to create an HeyWatch account here if not already done.
Our API is based on REST principles and is compatible with all the languages. You just have to make an HTTP request to the right resource and the right describing method, it’s that simple.
All requests must be authenticated with your HeyWatch username and password. The only method is basic auth.
Hey!Watch can send you the response in XML and JSON formats. Just add the right extension like “.xml” and “.json” at the end of the URI like https://heywatch.com/format.xml or https://heywatch.com/format.json
You can also use the header to specify what you want thanks to the header “Accept”. For example, for XML format, you have to add the following header to the request: “Accept: application/xml”. For JSON: “Accept: application/json”
There is no limit, you can use the HeyWatch API the way you want.
Please contact us by email if you have any questions, problems or anything else.
Service made by Particles
Follow @particles