Basic Information

Detailed Information

Report Data

REST Norms

Always use HTTPS with all calls.

All responses are in JSON format.

The methods of this API are patterned after the following associations, with a few exceptions:

POST /v1/ObjectName
Create a new [ObjectName], with its data sent in the request body
GET /v1/ObjectName
Read all [ObjectName]s associated with the requester's account
GET /v1/ObjectName/{id}
Read a specific [ObjectName], with identifying number '{id}'
PUT /v1/ObjectName
Update an existing [ObjectName], with its data sent in the request body
DELETE /v1/ObjectName/{id}
Delete the existing [ObjectName] with identifying number '{id}'