> ## Documentation Index
> Fetch the complete documentation index at: https://docs.holacati.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> API endpoints introduction

<Note>
  We use a unified API across our assistant and our connected mobile app. Some endpoints add the mobile suffix to indicate that they're mobile specific
</Note>

## Authentication

Almost all API endpoints reqire authentication, using a `token` parameter that represents a user identity.

```json theme={null}
{
    "token": "**********"
}
```
