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

# Introduction

> Integrating The Paranexum API

## Welcome

Welcome to the introductory page on how to use The Paranexum API.

## Authentication

All API endpoints are authenticated using API Tokens created on the integrations tab.

```json Request Headers theme={null}
{
  "Authorization": "Bearer API_TOKEN_HERE"
}
```
