DocsAPI ReferenceExpense/bff/expense/detail
getExpenseAdmin BFF

/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

1 total
Query · 1
externalIdstringRequired
Length: 2424

Request

GET /bff/expense/detail

get
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.

Get API Key