> 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/en/getting-started/api.md).

# API

If you need the Responso API specification, please contact our support team – write to [**bok@responso.com**](mailto:bok@responso.com) or via the in-system chat.

**Example request to the Responso API:**

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