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

# Guide

> Backend API guides and documentation

<Note>
  All API requests are secured using Bearer tokens. You can find the token in the dashboard.
</Note>

To get the API key, open the dashboard and click on your profile's sidebar menu item in the bottom left corner. Then click on the `Developer API key` tab and copy the key from there.

<img className="border rounded-xl shadow-md" src="https://mintcdn.com/visitorquery/fKjJgme3qPA3BWPy/images/user-api-key.webp?fit=max&auto=format&n=fKjJgme3qPA3BWPy&q=85&s=68936450fd090a022259cf72d71c3fde" alt="Developer api key" width="1050" height="314" data-path="images/user-api-key.webp" />

## Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

```json theme={null}
"security": [
	{
		"bearerAuth": []
	}
]
```

## API endpoints

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

All our available endpoints are documented in the [API reference page](/api-reference/checks/get-check-session-results).

If you wish to load it into an OpenAPI compatible client, you can also find the schema file [here](https://visitorquery.com/api/schema).
