---
title: "List the tenant's credential offers."
method: GET
path: "/v1/credential-offers"
tags: ["OpenID4VCI Protocol"]
---

# List the tenant's credential offers.

`GET /v1/credential-offers`

List credential offers for your tenant. The response is a bare JSON array, so each documented field describes one offer object in that array. Use it to track pending and claimed OpenID4VCI (OpenID for Verifiable Credential Issuance) offers.

## Response `200`

A bare JSON array of credential offer objects.

- object[]
  - `claimed_at` string, date-time, nullable — You receive the timestamp when the holder claimed the offer. You receive null while the offer is still pending.
  - `claimed_by` string — You receive the holder identifier that claimed the offer. You receive an empty string until a holder claims it.
  - `created_at` string, date-time — You receive the timestamp when Didit created the offer.
  - `email_sent_at` string, date-time, nullable — You receive the timestamp when Didit sent the claim email. You receive null when no email has been sent.
  - `expires_at` string, date-time — You receive the timestamp when the offer expires.
  - `offer_id` string, uuid — Use this UUID to fetch, accept, or resend the credential offer.
  - `recipient_email` string — You receive the email address associated with the offer. You receive an empty string when the offer has no email recipient.
  - `schema_name` string — You receive the credential schema display name used by this offer.
  - `status` string — You receive the current offer status.
  - `tx_code_required` boolean — You receive true when the holder must enter a transaction code before issuance.
  - `vct` string — You receive the VCT (Verifiable Credential Type) that this offer issues.

---

[API](https://skmtc.net/didit-protocol/apis/didit-credentials-api.md) · [All operations](https://skmtc.net/didit-protocol/apis/didit-credentials-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/didit-protocol/didit-credentials-api/revisions/e4eddba66557/schema)
