Fetch Expense
Retrieves detailed information about a specific expense identified by its unique ID. This endpoint is useful for viewing or verifying details of a particular expense record.
Endpoint
GET
https://app.xtrakit.com/api/v1/expenses/{id}
Headers
Authorization: Bearer API_KEY
Path Parameters
Parameters
Type
Description
id
int
Required
The unique ID of the expense to retrieve a single expense. Should be passed through the URL
Sample Requests
Sample Response
Last updated