# API endpoints

The API Endpoints section provides a detailed guide to interacting with the mio.ID platform. It outlines the key services and functionalities available through our API, including Authentication, Community, Activities, and Webhooks. Each endpoint is described with its purpose, supported methods, and integration details, helping you build secure and efficient workflows.

This section is your roadmap for leveraging mio.ID's capabilities, from authenticating users to managing data exchanges and receiving event-driven notifications. Dive into each subsection to explore how to implement these features seamlessly into your applications.

Please, refer to our [API documentation](https://api.mio.id/business/docs/#/) to see more information about our endpoints.


---

# 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://docs-business.mio.id/api-reference/api-endpoints.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.
