Verify an email credential
Tutorial on how to start the Credential verification process
Goal
Guide
3
Fetch verification information
$API_KEY=INSERT_YOUR_API_KEY_HERE
$IDENTITY_ENV_ID=426f1ce15bf3df70
$VERIFIER_API_BASE_URL=https://identity.products.teranode.group/products/web/$IDENTITY_ENV_ID/verifier/api
curl --location --request POST '$VERIFIER_API_BASE_URL/api/v1/verifiable-presentations/definition/<DEFINITION_ID>' \
--header 'X-API-KEY: $API_KEY'Conclusion
Last updated