# Portal API

Welcome to the Developer Documentation for the Portal API, a component of our Self-Sovereign Identity (SSI) solution. This API empowers organisations to manage their Users, Organisations, API Keys and other non-core principles of Verifiable Credentials.

The Portal API is designed to simplify managing your users interactions on the platform. This document will guide you every step on how to interact with the API.

📌 **What You'll Find Here:**

* **API Overview:** Key features and use cases.
* **Authentication & Security:** How to connect securely to the API.
* **Endpoints:** Detailed descriptions of all available API calls.
* **Integration Guides:** Best practices for implementing the Issuer API into your workflows.
* **Code Examples:** Ready-to-use snippets for quick integration.

This documentation is intended for developers, architects, and technical professionals looking to enhance their applications with powerful SSI capabilities. Let’s get started on transforming digital identity together! 🚀


---

# 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.teranode.group/tng-identity-documentation/introduction/portal-api.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.
