> For the complete documentation index, see [llms.txt](https://support.emarketeer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emarketeer.com/docs/docs_se/referens/apis-developer.md).

# API

API:et är ett OpenAPI-dokumenterat REST API. Referensportalen på [api-doc.emarketeer.com](https://api-doc.emarketeer.com/) låter dig bläddra bland alla tillgängliga endpoints, se schemas för förfrågningar och svar, och testa anrop direkt i webbläsaren.

{% hint style="info" %}
Du hittar din API-nyckel i eMarketeer under **Inställningar** → **Plugins and integration**.
{% endhint %}

## Sidor i det här avsnittet

* [Översikt över API-endpoints](/docs/docs_se/referens/apis-developer/api-endpoints-overview.md) — alla endpoints i de sex API-modulerna, med en rad om vad varje anrop gör.
* [Custom Signals API](https://github.com/eMarketeerSE/support-doc/blob/main/documentation/apis-developer/custom-signals-api.md) — skicka händelser från externa system till eMarketeer-kontakter.
* [Skicka en Webhook från Zapier till eMarketeer](https://github.com/eMarketeerSE/support-doc/blob/main/knowledge-base/integrations/send-webhook-from-zapier-to-emarketeer.md) — utlös åtgärder i eMarketeer från Zapier-arbetsflöden.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://support.emarketeer.com/docs/docs_se/referens/apis-developer.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.
