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

# Sensitive Errors

## Request Errors

The request to the `/accounts/{acc_id}/sensitive` endpoint failed. These are the `sub_type` that can be returned.

### `INVALID_REQUEST`

The request body failed basic validation for the specific API endpoint.

### `NOT_FOUND`

The requested resource does not exist.

### `PRODUCT_UNAVAILABLE`

This Account does not support retrieving Account's sensitive information.

### `TEAM_CAPABILITY_RESTRICTED`

Your organization does not have access to Sensitive endpoint.

### `PRODUCT_VERIFICATION_MISSING`

Account must be verified before it can access `/accounts/{acc_id}/sensitive` endpoint.

***

## Resource Errors

Errors set on a Sensitive's `error` property for processes that are unsuccessful.

### `17001 – SENSITIVE_FAILED_VERIFICATION_REQUIRED`

Invalid information was passed in when making the request to retrieve the Account's sensitive information.
Validate the request and try again.

```json theme={null}
{
  "type": "SENSITIVE_FAILED",
  "code": 17001,
  "sub_type": "SENSITIVE_FAILED_VERIFICATION_REQUIRED",
  "message": "Sensitive failed due to missing required verification."
}
```

***
