> For the complete documentation index, see [llms.txt](https://docs.responso.com/responso-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.responso.com/responso-doc/na-start/api.md).

# API

Specyfikację API Responso znajdziesz tutaj: <https://app.responso.com/docs/api>. Aby móc otworzyć stronę, należy być zalogowanym do Responso.

**Przykładowy request do API Responso:**

```
curl --request GET \ 
--url https://app.responso.com/api/tickets/list\ 
--header 'Accept: application/json' \
--header 'apiKey: org_ddd0xxx497' 
```
