---
title: "Get Credential by Credential ID"
method: GET
path: "/v1-alpha1/credentials/{id}"
tags: ["Verifiable Credentials"]
---

# Get Credential by Credential ID

`GET /v1-alpha1/credentials/{id}`

Get a verifiable credential by the ID associated with it. 

This ID will have the format: `urn:uuid:<UUID>`. For example: `urn:uuid:64f9877d-a19a-4205-8d61-f8c2abed5766`

**API scope required** `credentials.read`. This enpoint will work also with a client side API key.

## Path parameters

- `id` string, required

## Response `200`

Success.

- object — The credential object

## Other responses

- `400` — Bad Request
- `404` — Credential not found

---

[API](https://skmtc.net/crossmint/apis/onramp.md) · [All operations](https://skmtc.net/crossmint/apis/onramp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crossmint/onramp/versions/e2143d192130/schema)
