---
title: "List credential templates"
method: GET
path: "/v1/credential-templates"
tags: ["Credentials"]
---

# List credential templates

`GET /v1/credential-templates`

List credential templates for your tenant. A template binds a schema to an issuance profile. Use a template UUID when you issue a credential.

## Response `200`

Array of credential templates. Each array element contains these fields.

- object[]
  - `created_at` string, date-time — Timestamp when the template was created.
  - `name` string — Human-readable template name.
  - `schema` string, uuid — UUID of the schema bound to this template.
  - `uuid` string, uuid — Unique identifier of the credential template.
  - `validity_seconds` integer — Credential validity duration, in seconds, applied during issuance.

## Changes

- **2026-07-03** `9addd64b04b1` — 1 breaking, 1 warning
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `items` from the response with the `200` status
- **2026-06-30** `1ee4908e9af4` — 1 info
  - added the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/changes/v1/credential-templates/get.md)

---

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