> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pointset.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Errors

> HTTP error codes returned by the API

All errors return a JSON body with an `error` field describing what went wrong.

```json theme={null}
{ "error": "Validation failed" }
```

| Status | Meaning                                                                                       |
| ------ | --------------------------------------------------------------------------------------------- |
| 400    | Bad request — malformed JSON or unexpected input                                              |
| 401    | Unauthorized — missing or invalid API key                                                     |
| 404    | Not found — the resource doesn't exist or isn't accessible to your account                    |
| 409    | Conflict — e.g. trying to update a cancelled subscription                                     |
| 422    | Validation error — a required field is missing or has an invalid value                        |
| 500    | Server error — something went wrong on our end                                                |
| 503    | Service unavailable — a downstream dependency (e.g. AI enrichment) is temporarily unavailable |
