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

---

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