# Introduction
Various resources are available through the API. Using requests to various endpoints, you will fetch and post data in the form of JSON responses and payloads containing the necessary data.
Unless specified otherwise using queries, the following attributes will be common to all objects returned.
| Attribute | Type | Description |
|---|---|---|
cloud_id | string | Unique identifier for the object, generated by the API. |
created_at | datetime | Date and time at which the object was created. |
updated_at | datetime | Date and time at which the object was updated. |
# Formats
All time values must be in UTC (opens new window) and following the zulu format: 2001-01-01T01:01:01.000Z.
The JSON (opens new window) format is used to send data, and it is also used to display the response data.
application/json is the only supported media type.