APIv1 - Overview
The ProVision API is a RESTful API to access your data in the ProVision tools. REST relies on stateless, client-server communication, and is usually always implemented using the HTTP protocol (the ProVision API uses HTTPS). It is a simple and lightweight alternative to Web Services and can implemented in nearly any language. The ProVision API operates similarly to other popular ReST APIs you may have worked with, such as Facebook or Twitter. You simply create an HTTP GET or POST request according to our standard, send it to the server, and receive data back.
To learn more about request formatting, making requests, and the tools available, visit Making API Requests.
You can also get the PHP SDK for PHP libraries and sample code.
Here are some important details about our ReST implementation: