Create the mDL Verification API
Once you’ve been approved to join the EA, you can create the mDL Verification API.- Auth0 Dashboard
- Management API
- Navigate to Auth0 Dashboard > Applications > APIs.
- Select Create API.
-
Enter the following information:
- Name: Verification API
- Identifier:
https://{account.namespace}/vdcs/ - JSON Web Token (JWT) Profile: Auth0
- JSON Web Token (JWT) Signing Algorithm: RS256
- Select Create.
Enable mDL verification
- To enable mDL for your application:
- Navigate to Applications > Applications.
- Choose the application you want to use with Verification API.
- Select the APIs tab.
-
Enable Verification API.

-
In the drop-down menu, choose the associated permissions:
create:verification_requestread:verification_request
- Select Update.