---
title: "Get the captcha challenge"
method: GET
path: "/captcha/{captcha-token}"
tags: ["Captcha"]
---

# Get the captcha challenge

`GET /captcha/{captcha-token}`

Returns an image with a captcha challenge for the given token.

## Path parameters

- `captcha-token` string, required

## Response `200`

Successful response

## Other responses

- `404` — Unknown or expired token

## Changes

- **2023-01-19** `12212c4f03b7` — 1 info
  - added the media type `image/png` for the response with the status `200`
- **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/get.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)
