> For the complete documentation index, see [llms.txt](https://tristans-organization-4.gitbook.io/attuitive/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tristans-organization-4.gitbook.io/attuitive/api-reference/introduction.md).

# Introduction

The Attuitive API follows [REST](https://en.wikipedia.org/wiki/REST) principles, with resource-based URL's in a predictable fashion. It uses standard HTTP verbs & response codes. Requests & responses always use [JSON-encoded](https://www.json.org/json-en.html) bodies unless stated otherwise. Properties are always `camelCase` unless also stated otherwise.

The API is designed at a [workspace](/attuitive/basics/workspaces.md) 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](/attuitive/api-reference/identify.md) endpoint is marked as `/identify`. The full URL for this will be `https://api.attuitive.com/api/v1/identify`.
