Check Status List v2021
Querying Status List entries or indices
Using the /credential-status/check
API, users are able to query specific Credential indices within a Status List to ascertain whether the Credential is revoked, suspended or currently valid.
Step 1: Set parameters for check
Using the /credential-status/check
API, users have two options for checking whether a particular Credential index is revoked or suspended:
Filling out a simple form using the
application/x-www-url-form-encoded
option on the Swagger UI.Compiling a DID Document body yourself using the
application/json
option on the Swagger UI.
Option 1. Choose from a few variables
This is the easiest way to check whether a particular credential index is revoked or suspended.
Using the application/x-www-url-form-encoded
option on the Swagger UI, users are able to choose between the following variables to compile your DID:
Make Fee Payment
To automatically make a payment to an Issuer in order to verify an encrypted Status List, follow the tutorial here:
Option 2. Publish a JSON Payload
Instead of using simple parameters, users can submit a JSON payload to the same effect using the application/json
option on the Swagger UI. For example:
Step 2: Execute the API request
Execute the API request using the API below:
Last updated