Credential Offers
Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Body
claimsobjectOptional
Claims to be included in the issued verifiable credential
credential_configuration_idsstring[]Required
Credential configuration identifiers to include in the offer.
user_idstringOptional
user_id sent to the external resource server via resource hook
Responses
200
OK
application/json
credential_offer_uristringOptional
credential offer URI
tx_codestringOptional
randomly generated code that will be required when claiming the credential offer
400Error
application/json
post/issuer/offers
Path parameters
idstringRequired
ID of the credential offer to retrieve
Responses
200
OK
application/json
credential_issuerstringOptionalExample:
https://issuer.example.comcredential_configuration_idsstring[]Optional
Credential configuration identifiers included in the offer.
get/issuer/offers/{id}
200
OK
Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
ID of the credential offer to delete
Responses
204
Credential offer deleted
No content
delete/issuer/offers/{id}
204
Credential offer deleted
No content
Last updated