Get credential offer
Retrieve a specific credential offer by ID
Path parameters
Unique identifier of the credential offer
Response
Successful response
Example response
{
"createdAt": 1706533345000,
"lastUpdatedAt": 1706533346000,
"clientId": "https://wallet.example.com"
}Changes
Changed in 1 of the 5 revisions of this API.71
- ●
added the new
ACCESS_TOKEN_CREATEDenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
CREDENTIAL_ISSUEDenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
CREDENTIAL_REQUEST_RECEIVEDenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
NOTIFICATION_CREDENTIAL_ACCEPTEDenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
NOTIFICATION_CREDENTIAL_DELETEDenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
NOTIFICATION_CREDENTIAL_FAILURE ERRORenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
OFFER_CREATED ACCESS_TOKEN_REQUESTEDenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ○
removed the
OFFER_CREATED ACCESS_TOKEN_REQUESTED ACCESS_TOKEN_CREATED CREDENTIAL_REQUEST_RECEIVED CREDENTIAL_ISSUED NOTIFICATION_CREDENTIAL_ACCEPTED NOTIFICATION_CREDENTIAL_DELETED NOTIFICATION_CREDENTIAL_FAILURE ERRORenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ●