---
title: "POST /auth/totp/verify - Authentication · RUAL Documentation"
description: "POST: Verify Time-based One-Time Password token"
canonical: https://docs.rual.nl/cluster/api/authentication/auth-totp-verify-post
language: en
---

# POST /auth/totp/verify

Verify Time-based One-Time Password token

| Key | Type | Example | Description |
| --- | --- | --- | --- |
| **access_token** required | `string` | 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWlkIj...' | bearer access token |
| **token** required | `string` | 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWlkIj...' | TOTP token from authenticator |

```
{
  "verified": true
}
```

```
{
  "error": "ERROR_KEY"
}
```

| Permission | Description |
| --- | --- |
| `*public` | No authentication required, public endpoint |
