> For the complete documentation index, see [llms.txt](https://dev.ishare.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.ishare.eu/all-roles-common-endpoints/h2m-verifiable-credential-endpoints/openid4vp-endpoints.md).

# OpenID4VP Endpoints

{% hint style="info" %}
Specifications and best practice implementations for Verifiable Credentials are currently being developed. This page is expected to be updated, closely following these developments.
{% endhint %}

All the endpoints included in the iSHARE Developer Portal are in line with [OpenID for Verifiable Presentations (OpenID4VP) v1.0](https://openid.net/specs/openid-4-verifiable-presentations-1_0.html). The endpoints are provided for convenience, and the examples used in the pages about the endpoints reflect how iSHARE participants may apply verifiable presentations in their dataspace. For each role, the endpoints that are required for OpenID4VP are listed under an 'OpenID4VP Endpoints' section. The following table provides an overview of required endpoints per role.

<table data-full-width="true"><thead><tr><th>Endpoint</th><th data-type="checkbox">Authorization Registry (verifier)</th><th data-type="checkbox">Entitled Party (holder)</th><th data-type="checkbox">Identity Provider (verifier, holder)</th><th data-type="checkbox">Participant Registry (verifier, holder)</th><th data-type="checkbox">Service Consumer (holder)</th><th data-type="checkbox">Service Provider (verifier)</th></tr></thead><tbody><tr><td><a data-mention href="/pages/iHFhoEc5mOYb1jn1BZaE">/pages/iHFhoEc5mOYb1jn1BZaE</a></td><td>true</td><td>false</td><td>true</td><td>true</td><td>false</td><td>true</td></tr><tr><td><a data-mention href="/pages/IW41uM4MamlGFsXBlRrM">/pages/IW41uM4MamlGFsXBlRrM</a></td><td>true</td><td>false</td><td>true</td><td>true</td><td>false</td><td>true</td></tr><tr><td><a data-mention href="/pages/zVnylljLOiWJGCbhYO2M">/pages/zVnylljLOiWJGCbhYO2M</a></td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr></tbody></table>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://dev.ishare.eu/all-roles-common-endpoints/h2m-verifiable-credential-endpoints/openid4vp-endpoints.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
