Introduction
The Attuitive API follows REST principles, with resource-based URL's in a predictable fashion. It uses standard HTTP verbs & response codes. Requests & responses always use JSON-encoded bodies unless stated otherwise. Properties are always camelCase
unless also stated otherwise.
The API is designed at a workspace level. Since API keys belong to workspaces, the owning workspace of the key you use determines which account is effected and you do not need to identify for which workspace the request is on behalf of.
All endpoints reside on the base URL https://api.attuitive.com/api/v1
. In the later documentation pages, endpoints will only be referenced to by their suffix. For example, the Identify endpoint is marked as /identify
. The full URL for this will be https://api.attuitive.com/api/v1/identify
.
Last updated