DailyAPI Documentationv1

Daily Public API

Build secure, read-only integrations with business data in Daily.

View OpenAPI

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

PropertyValue
Production base URLhttps://api.godaily.co.il/v1
Current versionv1
AuthenticationBearer API key
Supported methodsGET and HEAD
Data scopeThe active business bound to the key
Default / maximum page size50 / 100
Response formatJSON

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

  1. Open API keys in the Daily application.
  2. Create a key with the פרטי העסק (business:read) permission.
  3. Save the one-time key in your server's secret manager or as DAILY_API_KEY in a secure local shell.
  4. Send GET https://api.godaily.co.il/v1/business with Authorization: Bearer $DAILY_API_KEY.
  5. 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.

On this page