Resources
Resource reference
All resources and operations implemented by the Daily Public API v1.
The public API currently implements 18 read operations across nine resource groups. There are no write operations, webhooks, or OAuth flows in v1.
| Resource | Operations | Required permission |
|---|---|---|
| Business | GET /business | פרטי העסק |
| Customers | GET /customers, GET /customers/{id} | לקוחות |
| Suppliers | GET /suppliers, GET /suppliers/{id} | ספקים |
| Leads | GET /leads, GET /leads/{id} | לידים |
| Products | GET /products, GET /products/{id} | מוצרים ושירותים |
| Documents | GET /documents, GET /documents/{id}, GET /documents/{id}/pdf | מסמכים |
| Payments | GET /payments, GET /payments/{id} | תשלומים |
| Inventory | GET /inventory, GET /inventory/movements | מלאי |
| Tasks | GET /tasks, GET /tasks/{id} | משימות |
Collection operations return cursor-paginated envelopes. Detail operations return one object and reject query parameters. All operations require a bearer key and an eligible subscription.
Use the resource pages for field semantics and workflows, or open the generated OpenAPI reference for every parameter, schema, sample, and error response.

