Freshsales website screenshot

Freshsales

Freshsales is the CRM application from Freshworks designed for sales teams, offering contact and account management, deal pipelines, AI-powered lead scoring, built-in phone and email, sales sequences, and CPQ. The Freshsales REST API enables CRUD access to contacts, accounts, deals, tasks, appointments, notes, and products for building integrations and sales workflow automation.

Freshsales publishes 12 APIs on the APIs.io network, including Appointments API, Calls API, Contacts API, and 9 more. Tagged areas include CRM, Sales, Contacts, Deals, and Pipeline.

Freshsales’ developer surface includes authentication, documentation, signup flow, pricing, support, and 8 more developer resources.

33.3/100 thin ▬ flat Agent 17/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
CRMSalesContactsDealsPipelineLead ManagementFreshworks

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/freshsales: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 13

Individual APIs this provider publishes, each with its own machine-readable definition.

Freshsales CRM API

REST API for managing contacts, sales accounts, deals, tasks, appointments, notes, and CPQ products in Freshsales. Authentication uses a token-based scheme via the Authorization...

Freshsales Appointments API

The Appointments API from Freshsales — 2 operation(s) for appointments.

Freshsales Calls API

The Calls API from Freshsales — 1 operation(s) for calls.

Freshsales Contacts API

The Contacts API from Freshsales — 7 operation(s) for contacts.

Freshsales Deals API

The Deals API from Freshsales — 3 operation(s) for deals.

Freshsales Jobs API

The Jobs API from Freshsales — 1 operation(s) for jobs.

Freshsales Lists API

The Lists API from Freshsales — 2 operation(s) for lists.

Freshsales Notes API

The Notes API from Freshsales — 2 operation(s) for notes.

Freshsales Products API

The Products API from Freshsales — 2 operation(s) for products.

Freshsales SalesAccounts API

The SalesAccounts API from Freshsales — 3 operation(s) for salesaccounts.

Freshsales SalesActivities API

The SalesActivities API from Freshsales — 1 operation(s) for salesactivities.

Freshsales Search API

The Search API from Freshsales — 1 operation(s) for search.

Freshsales Tasks API

The Tasks API from Freshsales — 2 operation(s) for tasks.

Scroll for all 13

Open Collections 14

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Freshsales CRM API

OPEN COLLECTION

Scroll for all 14

GraphQL 1

GraphQL schemas published by this provider.

Freshsales GraphQL Schema

This conceptual GraphQL schema represents the Freshsales CRM API domain model. Freshsales is the CRM application from Freshworks designed for sales teams, offering contact and a...

GRAPHQL

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Freshsales Authentication

apiKey · 1 scheme

SECURITY

Freshsales Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Freshsales Vulnerability Disclosure

Hackerone · security.txt · contact published

SECURITY

Freshsales Trust Center

SOC 2, ISO 27001, CSA STAR

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Freshsales Agentic Access

42 operations · 27 acting

42 operations · 27 acting

AGENTIC

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: freshsales
name: Freshsales
description: Freshsales is the CRM application from Freshworks designed for sales teams, offering contact and account management,
  deal pipelines, AI-powered lead scoring, built-in phone and email, sales sequences, and CPQ. The Freshsales REST API enables
  CRUD access to contacts, accounts, deals, tasks, appointments, notes, and products for building integrations and sales workflow
  automation.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/freshsales.png
tags:
- CRM
- Sales
- Contacts
- Deals
- Pipeline
- Lead Management
- Freshworks
url: https://raw.githubusercontent.com/api-evangelist/freshsales/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-11'
specificationVersion: '0.23'
apis:
- aid: freshsales:crm-api
  name: Freshsales CRM API
  description: REST API for managing contacts, sales accounts, deals, tasks, appointments, notes, and CPQ products in Freshsales.
    Authentication uses a token-based scheme via the Authorization header tied to a bundle alias-specific subdomain.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - CRM
  - Contacts
  - Deals
  - Account
  - Task
  tags_raw:
  - CRM
  - Contacts
  - Deals
  - Accounts
  - Tasks
  properties:
  - type: Documentation
    url: https://developers.freshworks.com/crm/api/
  - url: graphql/freshsales-graphql.md
    type: GraphQL
- aid: freshsales:freshsales-appointments-api
  name: Freshsales Appointments API
  description: The Appointments API from Freshsales — 2 operation(s) for appointments.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - Appointments
  properties:
  - type: OpenAPI
    url: openapi/freshsales-appointments-api-openapi.yml
- aid: freshsales:freshsales-calls-api
  name: Freshsales Calls API
  description: The Calls API from Freshsales — 1 operation(s) for calls.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - Calls
  properties:
  - type: OpenAPI
    url: openapi/freshsales-calls-api-openapi.yml
- aid: freshsales:freshsales-contacts-api
  name: Freshsales Contacts API
  description: The Contacts API from Freshsales — 7 operation(s) for contacts.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - Contacts
  properties:
  - type: OpenAPI
    url: openapi/freshsales-contacts-api-openapi.yml
- aid: freshsales:freshsales-deals-api
  name: Freshsales Deals API
  description: The Deals API from Freshsales — 3 operation(s) for deals.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - Deals
  properties:
  - type: OpenAPI
    url: openapi/freshsales-deals-api-openapi.yml
- aid: freshsales:freshsales-jobs-api
  name: Freshsales Jobs API
  description: The Jobs API from Freshsales — 1 operation(s) for jobs.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - Job
  tags_raw:
  - Jobs
  properties:
  - type: OpenAPI
    url: openapi/freshsales-jobs-api-openapi.yml
- aid: freshsales:freshsales-lists-api
  name: Freshsales Lists API
  description: The Lists API from Freshsales — 2 operation(s) for lists.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - List
  tags_raw:
  - Lists
  properties:
  - type: OpenAPI
    url: openapi/freshsales-lists-api-openapi.yml
- aid: freshsales:freshsales-notes-api
  name: Freshsales Notes API
  description: The Notes API from Freshsales — 2 operation(s) for notes.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - Notes
  properties:
  - type: OpenAPI
    url: openapi/freshsales-notes-api-openapi.yml
- aid: freshsales:freshsales-products-api
  name: Freshsales Products API
  description: The Products API from Freshsales — 2 operation(s) for products.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - Product
  tags_raw:
  - Products
  properties:
  - type: OpenAPI
    url: openapi/freshsales-products-api-openapi.yml
- aid: freshsales:freshsales-salesaccounts-api
  name: Freshsales SalesAccounts API
  description: The SalesAccounts API from Freshsales — 3 operation(s) for salesaccounts.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - SalesAccounts
  properties:
  - type: OpenAPI
    url: openapi/freshsales-salesaccounts-api-openapi.yml
- aid: freshsales:freshsales-salesactivities-api
  name: Freshsales SalesActivities API
  description: The SalesActivities API from Freshsales — 1 operation(s) for salesactivities.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - Sales Activities
  tags_raw:
  - SalesActivities
  properties:
  - type: OpenAPI
    url: openapi/freshsales-salesactivities-api-openapi.yml
- aid: freshsales:freshsales-search-api
  name: Freshsales Search API
  description: The Search API from Freshsales — 1 operation(s) for search.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - Search
  properties:
  - type: OpenAPI
    url: openapi/freshsales-search-api-openapi.yml
- aid: freshsales:freshsales-tasks-api
  name: Freshsales Tasks API
  description: The Tasks API from Freshsales — 2 operation(s) for tasks.
  humanURL: https://developers.freshworks.com/crm/api/
  baseURL: https://<bundle-alias>.myfreshworks.com/crm/sales/api
  tags:
  - Task
  tags_raw:
  - Tasks
  properties:
  - type: OpenAPI
    url: openapi/freshsales-tasks-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/freshsales-agentic-access.yml
- type: TrustCenter
  url: security/freshsales-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/freshsales-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/freshsales-domain-security.yml
- type: Authentication
  url: authentication/freshsales-authentication.yml
- type: GitHubOrganization
  url: https://github.com/freshworks
- type: LinkedIn
  url: https://www.linkedin.com/company/freshsales-crm
- type: Website
  url: https://www.freshworks.com/crm/sales/
- type: DeveloperPortal
  url: https://developers.freshworks.com/crm/api/
- type: Documentation
  url: https://developers.freshworks.com/crm/api/
- type: Signup
  url: https://www.freshworks.com/crm/sales/signup/
- type: Pricing
  url: https://www.freshworks.com/crm/sales/pricing/
- type: Support
  url: https://support.freshsales.io/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/freshsales"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/freshsales/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/freshsales/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.