DocsAPI ReferenceInvoice/bff/invoice/types
getInvoiceAdmin BFF

/bff/invoice/types

Returns a list of all available invoice/document types.

InvoicegetBffInvoiceTypes

No parameters

This endpoint takes no path, query, header or body parameters.

Request

GET /bff/invoice/types

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

Get API Key