---
title: "Verify Credential"
method: POST
path: "/v1-alpha1/credentials/verification/verify"
tags: ["Verifiable Credentials"]
---

# Verify Credential

`POST /v1-alpha1/credentials/verification/verify`

Verify that a verifiable credential is valid.

**API scope required** `credentials.read`

## Request body

- object
  - `credential` object, required — The JSON representing a credential.

## Response `200`

Success.

- object
  - `isValid` boolean
  - `error` string, nullable

## Other responses

- `400` — Bad Request

---

[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)
