Overview
The Retrieve Expense endpoint allows you to get complete details about a specific expense record. You can optionally expand related data such as supplier information, category details, and user information.Path Parameters
The CzUid of the expense to retrieve
Query Parameters
Comma-separated list of related data to include in the response:
supplier
- Include full supplier details instead of just the IDcategory
- Include full category details instead of just the IDuser
- Include user information for who created the expense
Response
Complete expense object with all details
Error Responses
404 Not Found
The expense with the specified ID does not exist or you don’t have access to it
Authorizations
Use your API key (sk_live_xxx or sk_test_xxx)
Path Parameters
Expense CzUid
Query Parameters
Comma-separated list (supplier,category,user,attachment) - Note: attachment is singular as each expense supports only one attachment