# cards

Source: /openapi/thomas-federated.openapi.json

## Operation

| Method | URL |
|---|---|
| POST | https://api.thomas.co/v1/cards |

| Field | Value |
|---|---|
| operationId | cards |
| method | POST |
| server | https://api.thomas.co/v1 |
| path | /cards |
| tags | `Coaching Cards` |
| summary | Fetch cards for a page |
| badges | None |

## Request Parameters

None.

## Request Body

| Content type | Schema refs |
|---|---|
| application/json | #/components/schemas/ThomAI_CardsRequest |

## Responses

| Status | Description | Schema refs |
|---|---|---|
| 200 | Card list | #/components/schemas/ThomAI_CardsResponse |
| 401 | Invalid or missing authentication token (AUTH_TOKEN_INVALID) |  |
| default | Error envelope | #/components/schemas/ThomAI_ThomaiErrorEnvelope |

## Artifact Examples

### Response 401 example

```json
{
  "statusCode": 401,
  "message": "Invalid or missing authentication token",
  "error": "AUTH_TOKEN_INVALID"
}
```
