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 onlyGET /presets/credentials/mdoc— mDoc presets onlyGET /presets/credentials— both formats together
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?
- Publish your own: Create an SD-JWT credential preset or Create an mDoc credential preset.
- Or define a one-off: Custom credential template.

