v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBExpenses > Expense
Reads a single Expense
Reads a single Expense
get/api/2026-07-01/resources/expenses/expenses/{id}
Path parameters
idstring required
The ids of the expenses to filter by
Response
OK
Example response
{
"id": "1",
"employee_id": "1",
"company_id": "1",
"card_payment_id": "1",
"dispute_id": "1",
"expenses_expensable_id": "1",
"merchant_name": "Example Merchant",
"user_merchant": "Example User Merchant",
"subcategory": "Subcategory",
"reference": "1414PX",
"amount": 1000,
"currency": "EUR",
"status": "draft",
"description": "Example Description",
"effective_on": "2020-01-01",
"review_request_at": "2020-01-01T00:00:000Z",
"status_updated_at": "2020-01-01T00:00:000Z",
"expenses_card_id": "1",
"document_id": "1",
"paid_at": "2020-01-01T00:00:000Z",
"document_type": "invoice",
"reimbursable_currency": "EUR",
"reimbursable_amount": 1000,
"ledger_account_id": "1",
"budget_id": "1",
"project_id": "1",
"cost_center_ids": [
"1",
"2"
]
}