# M2M Verifiable Credential 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 %}

As issuer of Data Rights Credentials, the Authorisation Registry is recommended:

* Not to provide long-lived Data Rights Credentials
* Or maintain a list of provided credentials, so the credentials may be revoked

If conditions change, or an Entitled Party decides that data access must be revoked, after issuing a Data Rights Credential, not following these recommendations may result in unwanted data access.

Be aware that a large volume of recorded long-lived credentials may lead to a long list of credentials that may be revoked.

The following endpoints must be provided if the DCP protocol is supported by the Authorisation Registry:

* [Credential storage (DCP)](/all-roles-common-endpoints/m2m-verifiable-credential-endpoints/credential-storage-dcp.md)
* [Credential issuance (DCP)](/all-roles-common-endpoints/m2m-verifiable-credential-endpoints/credential-issuance-dcp.md)
* [Credential status (DCP)](/all-roles-common-endpoints/m2m-verifiable-credential-endpoints/credential-status-dcp.md)
* [Metadata (DCP)](/all-roles-common-endpoints/m2m-verifiable-credential-endpoints/metadata-dcp.md)
* [Offers (DCP)](/all-roles-common-endpoints/m2m-verifiable-credential-endpoints/offers-dcp.md)
* [Resolution (DCP)](/all-roles-common-endpoints/m2m-verifiable-credential-endpoints/resolution-dcp.md)


---

# 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://dev.ishare.eu/authorisation-registry-role/m2m-verifiable-credential-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.
