---
title: "Test authentication"
method: GET
path: "/authentication"
tags: ["Authentication"]
---

# Test authentication

`GET /authentication`

Checks whether your API token is valid by making an authenticated request.
Returns a success response if authentication passes. This endpoint is useful for
verifying credentials during setup or troubleshooting issues.

## Response `200`

authentication succeeded

- SuccessErrorResponse
  - `status` 'success' | 'error', required
  - `error` string

## Other responses

- `401` — authentication failed

---

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