Skip to main content
GET
/
api
/
v1
/
expenses
/
:id
Get Expense
curl --request GET \
  --url https://api.example.com/api/v1/expenses/:id

Path Parameters

id
integer
required
The expense ID.

Response

Returns the expense object.

Errors

StatusCause
404Expense not found or belongs to another user