API Overview
Here are some resources that will help you understand all our APIs. Check out the OAuth section to learn more about how we do authentication and authorization.
The OAuth based REST API is the primary way to get data in and out of our platform.
REST APIs
The REST APIs provide programmatic access to read and write ZiMovi data, and they identify ZiMovi applications and users using OAuth; responses are available in both JSON and XML.
How it’s Structured
You can read and write to the APIs by making HTTP GET and POST requests to the objects. Here’s pattern how you can make a request to the objects:
Actions
list
|
list all objects; search for objects |
show
|
retrieve information about an individual object |
create
|
create new object |
update
|
modify existed object |