---
title: "Get Expense Review Configuration"
method: GET
path: "/business/v2/expense-review/configuration"
tags: ["Expense Review Configuration"]
---

# Get Expense Review Configuration

`GET /business/v2/expense-review/configuration`

Endpoint to get `ExpenseReview` configuration

## Response `200`

The result is the configuration of `ExpenseReview` resource.

- ExpenseReviewConfiguration
  - `start_date` string — The starting date from which the expenses can be reviewed.
  - `transaction_categories` ExpenseTransactionCategory[] — It determines the filter by category of the `Transaction`.
  - `activity_groups` ExpenseConfigurationActivityGroup[] — It determines the filter by types of `Cards` whose `Transactions` are considered as expenses to be reviewed.
  - `policy_url` string — The url of the company spending policy
  - `start_date_type` 'TRANSACTION' | 'SETTLEMENT'
  - `enabled` boolean — Indicates `ExpenseReview` configuration is enabled.
  - `locked` boolean — Indicates `ExpenseReview` configuration is locked.
  - `update_timestamp` string — The date and time when the configuration was last updated.

## Other responses

- `400` — One or more resource requested does not exist.

---

[API](https://skmtc.net/soldo/apis/soldo-business-api-v2-0.md) · [All operations](https://skmtc.net/soldo/apis/soldo-business-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soldo/soldo-business-api-v2-0/revisions/7be21448a2b3/schema)
