Billtyme API
Create and retrieve legal-sender companies, company-scoped customers, and invoices through an idempotent API designed for agent-driven billing workflows.
Version 0.1.0
System
Service metadata and liveness
Companies
Legal invoice senders within an authenticated account
- GETList companies
/v1/companies - POSTCreate a company
/v1/companies - GETGet a company
/v1/companies/{company_id}
Customers
Company-scoped customer billing profiles
- GETList customers
/v1/companies/{company_id}/customers - POSTCreate a customer
/v1/companies/{company_id}/customers - GETGet a customer
/v1/companies/{company_id}/customers/{customer_id}
Invoices
Invoice drafting and lifecycle commands