Daily Public API
Build secure, read-only integrations with business data in Daily.
The Daily Public API provides business-scoped, read-only access to the data already managed in Daily. Use it to synchronize customers and suppliers, read sales and financial documents, retrieve products and inventory, and integrate leads, payments, and tasks with your own server-side systems.
API at a glance
| Property | Value |
|---|---|
| Production base URL | https://api.godaily.co.il/v1 |
| Current version | v1 |
| Authentication | Bearer API key |
| Supported methods | GET and HEAD |
| Data scope | The active business bound to the key |
| Default / maximum page size | 50 / 100 |
| Response format | JSON |
Daily exposes no write operations in v1. An API key cannot create, edit, or delete business data.
What you can retrieve
- Business identity and contact details
- Customers and suppliers
- Leads
- Products and raw materials
- Documents, line items, and short-lived PDF download links
- Recorded payments without sensitive payment details
- Inventory levels and movements
- Tasks and their business relationships
Five-minute quickstart
- Open API keys in the Daily application.
- Create a key with the פרטי העסק (
business:read) permission. - Save the one-time key in your server's secret manager or as
DAILY_API_KEYin a secure local shell. - Send
GET https://api.godaily.co.il/v1/businesswithAuthorization: Bearer $DAILY_API_KEY. - Record the response's
request_id; Daily support can use it to trace a request safely.
Continue with the complete getting-started guide.
Integration boundaries
The API is designed for server-to-server integrations. Never ship a Daily API key in a browser bundle, desktop client, or mobile application. The documentation playground is an explicit testing exception: its key exists only in the current page's React memory and requests go directly to Daily.
Daily API keys are secrets. Do not put them in source control, URLs, logs, issue trackers, or chat messages.

