Format a CWT credential as a QR code
/v2/credentials/compact/qrcodeReturns a QR code representation of a CWT credential from a provided encoded string representation of that credential.
Roles
Analytics Events
Authorization
bearerAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
image/png
application/json
curl -X POST "https://example.com/v2/credentials/compact/qrcode" \ -H "Content-Type: application/json" \ -d '{ "payload": "string" }'"string"How would you rate this page?
Sign a CWT credential POST
Returns a signed CWT credential generated from a provided valid payload. The payload can include any number of custom claims, as CWT credentials do not comply with any specific standard or specification.
Format a CWT credential as a PDF POST
Returns a PDF representation of a provided CWT credential based on an existing PDF template. <Callout> The request will fail if the provided credential isn't valid or has expired. </Callout>