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

# Errors

Errors are standardized in our API responses. In addition to an HTTP status code, you'll get a human-readable message, e.g.

```json theme={null}
{
    "message": "Invalid email address."
}
```
