---
title: "Verify a captcha answer for the given token"
method: POST
path: "/captcha/{captcha-token}/verify"
tags: ["Captcha"]
---

# Verify a captcha answer for the given token

`POST /captcha/{captcha-token}/verify`

## Path parameters

- `captcha-token` string, required

## Response `200`

The answer to the capcha challenge was correct.

A token is returned in a cookie named `ofdb-captcha`.
You need to include this cookie in subsequent requests.

## Other responses

- `400` — The answer to the capcha challenge was not correct

## Changes

- **2020-10-26** `0ea955a8beb1` — 1 info
  - endpoint added
- **2020-08-13** `ddfd4e39c98d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/changes/captcha/:captcha-token/verify/post.md)

---

[API](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api.md) · [All operations](https://skmtc.dev/kartevonmorgen/apis/openfairdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kartevonmorgen/openfairdb-api/revisions/4c454390b099/schema)
