Skip to main content

List credential presets

Every preset published on the platform is available to you, with no setup and no permissions to request. Listing returns the current catalogue; pick the one that matches what you want to issue. The API exposes a separate listing per credential format. Use the one for the format you’re after, or the generic listing if you want everything in one call:
  • GET /presets/credentials/sd-jwt — SD-JWT presets only
  • GET /presets/credentials/mdoc — mDoc presets only
  • GET /presets/credentials — both formats together
A trimmed example entry:

What to look at

Inspect a single preset

When you’ve found a candidate, fetch it directly. The same format-split applies — GET /presets/credentials/sd-jwt/:id for SD-JWT, GET /presets/credentials/mdoc/:id for mDoc, or GET /presets/credentials/:id for the generic lookup:

What if nothing fits?