Parameters
1 query
Query parameters
· 1externalIdstringRequiredLength: 24–24
Example
example_externalIdReturns 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.
1 query
externalIdstringRequiredexample_externalId1 status code documented
This response returns no JSON body.
{
"success": true
}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"All BizKitHub public API endpoints require authentication via API key.