# IntServ Access API

## IntServ Access API

- [Welcome](https://apidocs.intserv.se/master.md)
- [Overview](https://apidocs.intserv.se/basics/overview.md)
- [Authentication](https://apidocs.intserv.se/basics/authentication.md)
- [Get Started](https://apidocs.intserv.se/api-overview/get-started.md)
- [Access Keys](https://apidocs.intserv.se/api-overview/access-keys.md)
- [Event Types](https://apidocs.intserv.se/api-overview/event-types.md)
- [Integration Request Flow](https://apidocs.intserv.se/integration-request-flow.md)
- [Integration Request Event](https://apidocs.intserv.se/integration-request-event.md)
- [Access Levels Sync Event](https://apidocs.intserv.se/access-levels-sync-event.md)
- [/appflows/auth\_integration](https://apidocs.intserv.se/app-endpoints/appflows-auth_integration.md)
- [/accesskeys/add](https://apidocs.intserv.se/api-endpoints/accesskeys-add.md)
- [/accesskeys/remove](https://apidocs.intserv.se/api-endpoints/accesskeys-remove.md)
- [/accesskeys/status](https://apidocs.intserv.se/api-endpoints/accesskeys-status.md)
- [/accesslevels/list](https://apidocs.intserv.se/api-endpoints/accesslevels-list.md)
- [/events/list](https://apidocs.intserv.se/api-endpoints/events-list.md)
- [Change Log](https://apidocs.intserv.se/change-log.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://apidocs.intserv.se/master.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.
