Offering
Create a new credential offering with QR code
Validates the credential subject against the schema and creates an offering
that can be claimed by a holder. Generates a QR code for the offering.
post
Creates a new credential offering
Authorizations
x-client-secretstringRequired
Body
Request containing credential type, subject data and optional recipient
credential_typestringRequiredExample:
Type of credential to be issued
ProofOfPurchaserecipientstringOptionalExample:
Optional recipient DID
did:empe:testnet:123456789abcdefredemption_limitnumber · doubleOptionalExample:
Optional redemption limit
1expires_atstring · date-timeOptionalExample:
Optional expiration date
2025-05-09T13:14:55.000ZResponses
201
Created
application/json
404
Not Found
application/json
post
/api/v1/offeringsIssue a credential from an offering
Creates a verifiable credential from an offering and assigns it to the authenticated holder
post
Issues a credential from an existing offering
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
The unique identifier of the offering to issue
Responses
200
Success
application/json
401
Unauthorized
application/json
404
Not Found
application/json
post
/api/v1/offerings/{id}/claimLast updated