# API Documentation

The TNG Identity Issuer API can be used to achieve:\
\- Retrieve Credential schemas, types and configurations.\
\- Create Verifiable Credentials (VCs).\
\- Retrieve or List Verifiable Credentials.\
\- Retrieve claim-based information (such as a Link used in Wallets to accept a Credential).\
\- Revoke an active claimed Verifiable Credential.\
\- Claim an issued Verifiable Credential\
\- & more.

Feel free to explore the Swagger/OpenAPI reference in the next sub-pages

{% hint style="info" %}
**This documentation is valid for Issuer API v2.2.0**
{% endhint %}


---

# 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/tng-identity-issuers/issuer-api/api-documentation.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.
