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

# Introduction

> Thnks API Documentation

## Welcome

Welcome to the new Thnks API Documentation.  As a Thnks Admin, you have access to many different automation features that are now being made public!

## Headers

All API endpoints are authenticated using an Authorization API token. This token is tied to the sender’s account. Follow the instructions found in the [Get Started - Request an API Key](get-started/request) section.

```json theme={null}
"headers": [
  {
    "Authorization": "<api_key>",
    "Content-Type": "application/json"
  }
]
```
