/bff/expense/detail
Returns the expense identity + the ordered record list. Records are the event-sourced state log; the newest record with a non-NULL status is the current status.
ExpensegetBffExpenseDetail
Parameters
1 query
Query · 1
externalIdstringRequiredLength: 24–24
Request
GET /bff/expense/detail
curl -X GET "https://api.bizkithub.com/bff/expense/detail?externalId=example_externalId" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.