Billbee
Connector for the billbee API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://app.billbee.io - Auth:
header:X-Billbee-Api-Key(pass your key via theapiKeyinput)
Operations
automaticprovisioning_termsinfo— GET /api/v1/automaticprovision/termsinfo — Returns infos about Billbee terms and conditionscloudstorageapi_getlist— GET /api/v1/cloudstorages — Gets a list of all connected cloud storage devicescustomeraddresses_getall— GET /api/v1/customer-addresses — Get a list of all customer addressescustomeraddresses_getone— GET /api/v1/customer-addresses/{id} — Queries a single customer address by idcustomer_getall— GET /api/v1/customers — Get a list of all customerscustomer_getcustomeraddress— GET /api/v1/customers/addresses/{id} — Queries a single address from a customer
Inputs
apiKey— your billbee API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: automaticprovisioning_termsinfo
apiKey: <your key>