Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Returns the display fields (external id, name, e-mail, company) of the organisation's internal contact — the shop__contact row referenced by cas__organisation.internal_customer_id. Consumed by the admin expense modals as the default "PŘÍJEMCE" (supplier) on manual writeoffs.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
idstringRequiredexternal_id of the org internal contact.
firstNamestring | nullRequiredlastNamestring | nullRequiredcompanyNamestring | nullRequiredemailstring | nullRequired{
"id": "example_id"
}GET /bff/organisation/internal-contact
curl -X GET "https://api.bizkithub.com/bff/organisation/internal-contact" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.