Skip to content

BytePhase Developers

Send enquiries from your website, forms and marketplaces into BytePhase as leads or self check-ins — and read your recent records from Zapier or n8n. One key, one base URL, JSON in and out.

Connect a REST API integration in BytePhase under Settings → Integrations, copy the key from the Connect step, replace the two placeholders, and run:

Terminal window
curl -X POST "https://your-workspace.api.bytephase.com/api/integrations/leads" \
-H "Authorization: Bearer bp_your_api_key" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Idempotency-Key: 8f4c1e2a-6b3d-4f5e-9a7c-2d1b0e9f8a7b" \
-d '{
"name": "Jordan Ellis",
"mobile_number": "4155550142",
"mobile_country_code": "+1",
"email": "jordan.ellis@example.com",
"device_type": "Laptop",
"device_brand": "Dell",
"comment": "Screen flickers after boot"
}'
{
"status": "completed",
"request_id": "01K4R4Z2N7Q9X0F3M6C8V1B5D2",
"data": {
"id": 10421,
"object": "lead",
"name": "Jordan Ellis",
"email": "jordan.ellis@example.com",
"mobile_number": "4155550142",
"mobile_country_code": "+1",
"phone_number": null,
"contact_person_name": null,
"status": "New",
"status_stage": "open",
"source": null,
"assigned_to": "Alex Morgan",
"next_follow_up": null,
"comment": "Screen flickers after boot",
"created_at": "2026-09-09T09:14:07.000000Z"
}
}

The lead appears in the workspace immediately, assigned and ready to work, exactly as if it had been typed in at the counter.

What the API does — and does not — cover

Section titled “What the API does — and does not — cover”

Available today

  • Intake: create leads and self check-ins from any source — a website, a form builder, a marketplace, a script.
  • Provider ingest: ready-made receivers for Typeform, JotForm, Tally.so, IndiaMART and Justdial.
  • Reads for Zapier-type keys: the most recent repairs, customers, leads, payments, status changes and outsourced repairs, plus a customer search.
  • Connection test, a submission log with retry, idempotency and a per-key rate limit.

Not available

  • No invoices, quotations, payments writes, inventory, products, suppliers or employees.
  • No settings, billing, subscription or account endpoints.
  • No outbound webhooks yet — Zapier and n8n poll for new records.
  • No sandbox — use a trial workspace to test. See Environments.

If you need something that is not listed, tell us. Adding a resource later is additive and never breaks an existing integration.