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

# Get Source Of Wealth

**Description:**
Get a list of allowed values for the **Source Of Wealth** field.

## Example Request

```bash theme={null}
curl -X GET "{{backend_url}}/api/app-config/bulk/artemis_source_of_wealth" \
  -H "Authorization: Bearer <token>" \
  -H "X-Domain-ID: {{domain_id}}"
```

### List of Source Of Wealth values:

```ts theme={null}
  "SAVINGS",
  "INVESTMENT RETURNS",
  "SALES OF PROPERTY",
  "PROFESSIONAL SALARY/EMPLOYMENT",
  "GIFT/INHERITANCE",
  "BUSINESS PROFITS"
```
