Verifiable Credentials
What are Verifiable Credentials?​
Verifiable Credentials(VCs) used by MyNextID conform with OpenID Connect (OIDC) specifications.
Verifiable Credentials are a standardized way to issue, present, and verify digital credentials in a secure and interoperable manner. They allow individuals to obtain credentials from trusted issuers (e.g., universities, governments) and present them to verifiers (e.g., employers, service providers) without relying on a central authority. This framework ensures the integrity, authenticity, and privacy of the credentials, leveraging cryptographic techniques and decentralized identifiers (DIDs) to enhance user control and security in digital identity management.
How can I verify VCs?​
MyNextID platform is designed to facilitate the testing and deployment of Verifiable Credentials. It provides robust APIs that allow developers and organizations to verify digital credentials seamlessly. The platform supports a wide range of use cases, from identity verification to credential issuance, enabling entities to integrate Verification of VCs into their systems with ease.
Try verifying VCs with our APIs here.
If you want to learn more about how to issue and present VCs, check this link here.
Supported formats​
MyNextID platform supports the following data models:
- MyNextID data model definition, defined as Verifiable Credentials Data Model (VCDM) v1.0
- W3C's VCDM v1.1
- W3C's VCDM v2.0
You can also list supported VCs formats by using our API [here.]
List of Verifications​
MyNextID is using APIs built in multiple levels:

Core APIs:
- List supported formats
- Verify format
- List supported data-models
- Verify data-model
- List supported schema types
- Verify schema
- List supported DID methods
- Verify and resolve DID
- List supported signature types or algorithms
- Verify signature
- List supported status lists
- Verify status
Advanced APIs:
- List supported credential scopes with details
- Verify credential
- List supported credential formats or data-models with details
- Verify credential format and/or data-model
- List supported credential schema types
- Verify credential schema
- Verify credential status
- Verify credential validity
Profiles APIs:
Advanced - Want to customise verifications?​
Try configuring your own set of verifications here. Learn more on how to configure your own set of verifications here.