---
title: "POST /verify-data-with-classic-key"
method: POST
path: "/verify-data-with-classic-key"
tags: ["v2"]
---

# POST /verify-data-with-classic-key

`POST /verify-data-with-classic-key`

## Request body

- VerifyDataWithClassicKey
  - `data` string, required — Data
  - `display-id` string — The display id of the key to use in the verification process
  - `hashed` boolean — Defines whether the data should be hashed as part of the signing. If true, the data will not be hashed
  - `hashing-method` string — HashingMethod
  - `json` boolean — Set output format to JSON
  - `name` string, required — The name of the key to use in the verification process
  - `signature` string, required — The data's signature in a Base64 format.
  - `token` string — Authentication token (see `/auth` and `/configure`)
  - `uid-token` string — The universal identity token, Required only for universal_identity authentication
  - `version` integer, required — classic key version

## Response `200`

verifyDataWithClassicKeyResponse wraps response body.

- VerifyPKICertOutput
  - `result` string

## Other responses

- `default` — errorResponse wraps any error to return it as a JSON object with one "error" field.

---

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