InvoicegetBffInvoiceTypes
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/invoice/types
curl -X GET "https://api.bizkithub.com/bff/invoice/types" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": 0,
"type": "example_type",
"label": "example_label"
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.