---
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

## Changes

- **2025-09-30** `bc177bfc5928` — 7 warning, 1 info
  - added the new `ACCESS_TOKEN_CREATED` enum value to the `status` response property for the response status `200`
  - added the new `CREDENTIAL_ISSUED` enum value to the `status` response property for the response status `200`
  - added the new `CREDENTIAL_REQUEST_RECEIVED` enum value to the `status` response property for the response status `200`
  - added the new `NOTIFICATION_CREDENTIAL_ACCEPTED` enum value to the `status` response property for the response status `200`
  - …4 more

[Change history](https://skmtc.dev/sphereon-opensource/apis/sphereon-oid4vci-api/changes/webapp/credential-offers/:id/get.md)

---

[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/bc177bfc5928/schema)
