# Endpoints List

* [Auth](/intercode-saas-kit/basics/endpoints-list/auth.md)
* [Two Factor Auth](/intercode-saas-kit/basics/endpoints-list/two-factor-auth.md)
* [Businesses](/intercode-saas-kit/basics/endpoints-list/businesses.md)
* [Demo](/intercode-saas-kit/basics/endpoints-list/demo.md)
* [Email](/intercode-saas-kit/basics/endpoints-list/email.md)
* [Email Files](/intercode-saas-kit/basics/endpoints-list/email-files.md)
* [Export Document](/intercode-saas-kit/basics/endpoints-list/export-document.md)
* [Files Demo](/intercode-saas-kit/basics/endpoints-list/files-demo.md)
* [Leads](/intercode-saas-kit/basics/endpoints-list/leads.md)
* [Orders](/intercode-saas-kit/basics/endpoints-list/orders.md)
* [Payments](/intercode-saas-kit/basics/endpoints-list/payments.md)
* [Subscriptions](/intercode-saas-kit/basics/endpoints-list/subscriptions.md)
* [Teams](/intercode-saas-kit/basics/endpoints-list/teams.md)
* [Team Memberships](/intercode-saas-kit/basics/endpoints-list/team-memberships.md)
* [User Admin](/intercode-saas-kit/basics/endpoints-list/user-admin.md)

Follow the link, you will be redirected to the page with the corresponding endpoints.

{% hint style="danger" %}
N.B. It is important to note that the descriptions of errors may be slightly different from what kind of errors come, and there are not 100% available all the errors, etc. Everything is done only for an improved understanding of what exactly is happening in a particular place.
{% endhint %}


---

# 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://intercode.gitbook.io/intercode-saas-kit/basics/endpoints-list.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.
