Revoke a claimed email credential
Tutorial on how to revoke a claimed credential
Goal
Guide
3
Prepare a valid claimed credential
$API_KEY=INSERT_YOUR_API_KEY_HERE
$IDENTITY_ENV_ID=426f1ce15bf3df70
$ISSUER_API_BASE_URL=https://identity.products.teranode.group/products/web/$IDENTITY_ENV_ID/issuer/api
curl --location '$ISSUER_API_BASE_URL/api/v1/credential-offers' \
--header 'X-API-KEY: $API_KEY'curl --location 'ISSUER_API_BASE_URL/api/v1/credential-offers/<CREDENTIAL_ID>' \
--header 'X-API-KEY: $API_KEY'Conclusion
Last updated