---
title: "Get credential offer"
method: GET
path: "/webapp/credential-offers/{id}"
tags: ["Backend"]
---

# Get credential offer

`GET /webapp/credential-offers/{id}`

Retrieve a specific credential offer by ID

## Path parameters

- `id` string, required

## Response `200`

Successful response

- IssueStatusResponse — 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` 'OFFER_CREATED ACCESS_TOKEN_REQUESTED ACCESS_TOKEN_CREATED CREDENTIAL_REQUEST_RECEIVED CREDENTIAL_ISSUED NOTIFICATION_CREDENTIAL_ACCEPTED NOTIFICATION_CREDENTIAL_DELETED NOTIFICATION_CREDENTIAL_FAILURE ERROR', required — The issue status part of the issuance session
  - `error` string
  - `clientId` string — Client identifier

---

[API](https://skmtc.dev/sphereon-opensource/apis/sphereon-oid4vci-api.md) · [All operations](https://skmtc.dev/sphereon-opensource/apis/sphereon-oid4vci-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphereon-opensource/sphereon-oid4vci-api/revisions/ccca87b4e0bf/schema)
