GET
/
webapp
/
credential-offers
/
{id}

Path Parameters

id
string
required

Unique identifier of the credential offer

Response

200 - application/json

Status of a credential issuance request

createdAt
number
required

Unix timestamp of when the request was created

lastUpdatedAt
number
required

Unix timestamp of the last status update

status
enum<string>
required

The issue status part of the issuance session

Available options:
OFFER_CREATED ACCESS_TOKEN_REQUESTED ACCESS_TOKEN_CREATED CREDENTIAL_REQUEST_RECEIVED CREDENTIAL_ISSUED NOTIFICATION_CREDENTIAL_ACCEPTED NOTIFICATION_CREDENTIAL_DELETED NOTIFICATION_CREDENTIAL_FAILURE ERROR
clientId
string

Client identifier

error
string