Backend
Get credential issuance status
Check the current status of a credential issuance request
post/webapp/credential-offer-status
Request body
Example request
{
"id": "b326c4ab-16f1-4304-83e1-4637f8fe4207"
}Response
Successful response
Example response
{
"createdAt": 1706533345000,
"lastUpdatedAt": 1706533346000,
"clientId": "https://wallet.example.com"
}