# Authentication

### Beta authentication system

To authenticate yourself against the api you must provide a bearer authorization token through the `Authorization` header. \
You will also need to provide your discord application id & your server id in the json body\
For now each token is linked to a bot id and a to a server id.

As the api is on a beta stage, **only** [**private bot instance**](https://docs.invitelogger.me/pbi/what-is-a-private-bot-instance) owners can request access to it.

### Final authentication system:

Each application will have a bearer token.\
Each discord servers will have a secret.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.invitelogger.me/authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
