---
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.net/sphereon-opensource/apis/sphereon-oid4vci-api.md) · [All operations](https://skmtc.net/sphereon-opensource/apis/sphereon-oid4vci-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sphereon-opensource/sphereon-oid4vci-api/versions/bc177bfc5928/schema)
