Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / CRM / Easybizy Public API Documentation
Easybizy Public API Documentation logo

Eazybiz Easybizy Public API Documentation

Agent-ready OpenAPI document · curated by JenticCRMCustomer SuccessapiKey5 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Log calls, create gift card payment links, and capture leads into the Easybizy salon and small-business management platform.

Use for: Log an incoming call to the salon's Easybizy account, Create a gift card payable link for a salon customer, Capture a new lead from a contact form into Easybizy, Verify my Easybizy API credentials are working

Not supported: Does not handle appointment booking, stylist scheduling, or POS payment processing - use for Easybizy connectivity checks, call logs, gift card link creation, and lead capture only.

Jentic publishes the only available OpenAPI specification for Easybizy Public API Documentation, keeping it validated and agent-ready. Easybizy is a salon and small-business management platform whose public API exposes endpoints for logging incoming calls, creating gift card payment links, and capturing leads into the salon CRM. The API is gated by paired x-api-key and x-api-secret headers and must be enabled per account by Easybizy support before use. It is typically integrated by phone systems and marketing tools that need to push activity into a salon's Easybizy account.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Easybizy Public API Documentation to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Easybizy Public API Documentation, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Feazybiz.net%2Feasybizy" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Feazybiz.net%2Feasybizy" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Easybizy Public API Documentation API.

Verify the credentials and reachability of an Easybizy integration via the ping endpoint

Log an incoming or answered call against the salon's Easybizy account for activity tracking

Create a gift card payable link that the salon can send to a customer for purchase

Capture a new lead into the Easybizy CRM with name, contact details, and source

Test the public ping endpoint to confirm connectivity before sending real data

Use Cases

Patterns agents use Easybizy Public API Documentation API for, with concrete tasks.

★ Phone system call logging

Salons that use a hosted phone system can push every incoming or answered call to Easybizy via POST /api/v1/call-logs. The salon sees a unified activity timeline mixing in-app actions, calls, and bookings, which improves stylist follow-up without manual entry into the front-desk software.

Log a call from caller +442012345678 received at 2026-06-10T14:32:00Z to the salon's Easybizy account.

Gift card link generation

Salons promoting gift cards over social or email need a payable link they can drop into a message. POST /api/v1/gift-cards creates the link tied to a specific amount and recipient, returning a URL the customer can pay through, with the result reflected in the salon's Easybizy ledger.

Create a 50 USD Easybizy gift card link for recipient 'Anna' and return the payable URL.

Lead capture from a marketing form

Salons running paid ads or local landing pages route inbound enquiries into Easybizy by calling POST /api/v1/leads. The lead lands in the salon's CRM with name, contact details, and source, ready for the front-of-house team to follow up via call or message.

Create a new Easybizy lead with name 'Sara Cohen', phone +972501234567, and source 'instagram'.

Agent-driven salon operations

An AI assistant can answer salon-side requests such as 'log this call as a missed enquiry' or 'send a gift card link to the new bride' by routing through Jentic to the right Easybizy endpoint. The agent does not need to know which header carries the secret or which path captures leads - Jentic resolves both by intent.

Given a call summary supplied by a phone bot, log it to Easybizy as a call entry and confirm the entry was created.

Key Endpoints

5 endpoints — jentic publishes the only available openapi specification for easybizy public api documentation, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

GET

/api/v1/ping

Authenticated connectivity check

GET

/api/v1/public-ping

Public connectivity check

POST

/api/v1/call-logs

Log an incoming or answered call

POST

/api/v1/gift-cards

Create a gift card payable link

POST

/api/v1/leads

Create a new lead

GET

/api/v1/ping

Authenticated connectivity check

GET

/api/v1/public-ping

Public connectivity check

POST

/api/v1/call-logs

Log an incoming or answered call

POST

/api/v1/gift-cards

Create a gift card payable link

POST

/api/v1/leads

Create a new lead

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring Easybizy by hand means sending both the x-api-key and x-api-secret headers on every call and coding the ping, call-log, gift-card, and lead calls against the /api/v1 host yourself. Through Jentic you install once, import Easybizy from the API Directory, store both values once, and your agent calls it.

Permission scoping

Permission scoping

Easybizy carries its call-log, gift-card, and lead data in the request body rather than the URL path, so scope your agent to the operations it needs, such as logging a call or creating a lead. Actions like creating a gift card link stay out of the allowed set unless you add them.

Credential management

Credential isolation

Your Easybizy x-api-key and x-api-secret are stored once, encrypted, by your own Jentic One instance and injected at execution time. They never enter the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'log a salon call' or 'create a gift card link', and Jentic returns the matching Easybizy operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

Calendly API

→

Appointment scheduling that pairs with salon CRM activity

Use Calendly alongside Easybizy when bookings live outside the salon software but lead activity should still hit Easybizy.

Alternative

HubSpot CRM

→

Generic CRM with stronger pipeline reporting than Easybizy

Choose HubSpot when the salon group runs structured marketing campaigns and needs detailed reporting; pick Easybizy when day-to-day salon operations are the priority.

Complementary

Stripe API

Underlying payment rails for gift card and service charges

Use Stripe alongside Easybizy when the salon needs reconciled card transactions outside Easybizy's gift card link flow.

FAQs

Specific to using Easybizy Public API Documentation API through Jentic.

Why is there no official OpenAPI spec for Easybizy Public API Documentation?

Easybizy does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Easybizy via structured tooling. It is validated against the live API and kept up to date. Get started with Jentic One, the self-hosted execution layer.

What authentication does the Easybizy Public API use?

Every request must include both x-api-key and x-api-secret headers, and the API must be enabled on the account by Easybizy support before it will accept traffic. Through Jentic, both header values are stored encrypted in your Jentic One instance and attached at execution time, so neither enters the agent's prompt or logs.

Can I capture leads into Easybizy from a marketing form?

Yes. POST /api/v1/leads accepts the lead's name, contact details, and source and creates the record in the salon's Easybizy CRM. The new lead appears in the front-of-house workflow ready for follow-up.

What are the rate limits for the Easybizy Public API?

The spec does not publish numeric rate limits. Easybizy applies per-account throttling and the API must be explicitly enabled by support before use - contact info@easybizy.net for the limits applied to your account.

How do I create a gift card link through Jentic?

Search Jentic for 'create a gift card payable link', load the schema for POST /api/v1/gift-cards, then execute with the amount and recipient. The flow is: pip install jentic, then await client.search, await client.load, await client.execute.

Can I limit what my agent is allowed to do with the Easybizy Public API?

Yes. Because you run Jentic One yourself, your own rules decide which Easybizy operations the agent may call, so you can allow only what a given task needs, such as logging a call with POST /api/v1/call-logs or capturing a lead with POST /api/v1/leads. Higher-impact actions like creating a payable gift card link through POST /api/v1/gift-cards stay outside the allowed set until you add them. The x-api-key and x-api-secret credentials are held by your instance and attached at execution time, so the agent only exercises the operations you have granted.

GET STARTED

Start building with Easybizy Public API Documentation API

Explore with Jentic One
View OpenAPI Document