---
title: "Get a card expense"
method: GET
path: "/v1/expenses/card/{expense_id}"
tags: ["Card Expenses"]
deprecated: true
---

# Get a card expense

`GET /v1/expenses/card/{expense_id}`

> **Deprecated.**

This endpoint is deprecated. Use the "Get an expense" (`GET /v1/expenses/{id}`) endpoint instead.

## Path parameters

- `expense_id` string, required

## Query parameters

- `expand[]` string[], nullable
- `load_custom_fields` boolean, nullable

## Response `200`

Get an expense response.

- ExpandableExpense — unresolved $ref

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/brex-com/apis/expenses-api.md) · [All operations](https://skmtc.net/brex-com/apis/expenses-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brex-com/expenses-api/revisions/83302fc5e4a8/schema)
