Help Scout logo

Help Scout

Help Scout is an email-first help desk platform with shared inboxes, live chat, knowledge bases, and a customer portal. The Help Scout APIs expose conversations, customers, inboxes, users, workflows, ratings, reports, Docs (knowledge base), Beacon (in-app messaging), and webhooks.

17 APIs 10 Features
Customer SupportHelp DeskEmailLive ChatKnowledge BaseSaaS

APIs

Help Scout Conversations API

Create, retrieve, list, update, and delete conversations including threads, attachments, custom fields, tags, and snooze states. Core Mailbox API resource for ticket-style custo...

Help Scout Threads API

Append customer replies, agent replies, internal notes, phone, chat, and forwards to an existing conversation as new threads.

Help Scout Customers API

Manage customer profiles including addresses, emails, phone numbers, chat handles, social profiles, websites, and properties.

Help Scout Mailboxes API

Read mailbox / inbox configuration including routing settings, saved replies, custom fields, and folders.

Help Scout Users API

Retrieve Help Scout user accounts (agents) including roles, permissions, and online/offline status.

Help Scout Teams API

Manage teams that group users for routing and assignment within shared inboxes.

Help Scout Tags API

List, create, and apply tags to conversations for categorization, automation, and reporting.

Help Scout Workflows API

List automation workflows and trigger them manually against a conversation.

Help Scout Custom Fields API

Read custom field definitions on inboxes and read / update custom field values on conversations.

Help Scout Attachments API

Upload and download attachment data for conversation threads.

Help Scout Ratings API

Read customer satisfaction ratings (great / okay / not good) attached to conversation threads.

Help Scout Reports API

Aggregated reports across company performance, conversations, happiness ratings, productivity, and user/team statistics.

Help Scout Webhooks API

Subscribe to Help Scout events (convo.created, convo.assigned, convo.tag, customer.created, rating.received) for downstream automation. Webhooks include HMAC signatures for veri...

Help Scout Docs API

Manage knowledge-base sites, collections, categories, articles, and search/related content for Help Scout Docs.

Help Scout Beacon API

Embed Beacon (live chat, help docs, customer portal) into web and mobile applications and pre-fill or update Beacon context via the Beacon JS API.

Help Scout Chat API

Read and write live chat conversations and messages alongside the email Mailbox API for unified ticketing.

Help Scout Apps API

Build sidebar applications that render custom content within the Help Scout Inbox UI for partner integrations.

Features

REST API at https://api.helpscout.net/v2 with OAuth 2 authentication
JSON-only request/response format with HATEOAS resource links
Free plan up to 5 users, 1 inbox, 1 Docs site
Standard $25/user/mo, Plus $45/user/mo, Pro $75/user/mo (16% off annual)
AI Answers add-on at $0.75 per resolution
Additional inbox $10/month, additional Docs site $20/month
Account-shared rate limit; write requests count double
X-RateLimit-Limit-Minute / Remaining-Minute / Retry-After headers
Webhooks with HMAC signatures
PHP SDK and Laravel/Lumen adapter

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🔗
API Reference
API Reference
💰
Pricing
Pricing
🔗
Login
Login
🟢
Status
Status
📰
Blog
Blog
💬
Support
Support
👥
GitHub Organization
GitHub Organization
📜
Privacy Policy
Privacy Policy
📜
Terms of Service
Terms of Service
🔑
Authentication
Authentication
🔗
Rate Limits
Rate Limits
🔗
Webhooks
Webhooks
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
aid: helpscout
url: https://raw.githubusercontent.com/api-evangelist/helpscout/refs/heads/main/apis.yml
name: Help Scout
x-type: company
description: >-
  Help Scout is an email-first help desk platform with shared inboxes, live
  chat, knowledge bases, and a customer portal. The Help Scout APIs expose
  conversations, customers, inboxes, users, workflows, ratings, reports,
  Docs (knowledge base), Beacon (in-app messaging), and webhooks.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - Customer Support
  - Help Desk
  - Email
  - Live Chat
  - Knowledge Base
  - SaaS
created: '2026-05-08'
modified: '2026-05-08'
specificationVersion: '0.19'
apis:
  - aid: helpscout:helpscout-conversations-api
    name: Help Scout Conversations API
    tags:
      - Conversations
      - Threads
      - Tickets
    properties:
      - url: https://developer.helpscout.com/mailbox-api/
        type: Documentation
      - url: https://developer.helpscout.com/mailbox-api/endpoints/conversations/list/
        type: API Reference
      - url: openapi/helpscout-openapi.yml
        type: OpenAPI
    description: >-
      Create, retrieve, list, update, and delete conversations including
      threads, attachments, custom fields, tags, and snooze states. Core
      Mailbox API resource for ticket-style customer interactions.
  - aid: helpscout:helpscout-threads-api
    name: Help Scout Threads API
    tags:
      - Threads
      - Replies
    properties:
      - url: https://developer.helpscout.com/mailbox-api/endpoints/conversations/threads/
        type: Documentation
    description: >-
      Append customer replies, agent replies, internal notes, phone, chat,
      and forwards to an existing conversation as new threads.
  - aid: helpscout:helpscout-customers-api
    name: Help Scout Customers API
    tags:
      - Customers
      - Contacts
    properties:
      - url: https://developer.helpscout.com/mailbox-api/endpoints/customers/list/
        type: Documentation
    description: >-
      Manage customer profiles including addresses, emails, phone numbers,
      chat handles, social profiles, websites, and properties.
  - aid: helpscout:helpscout-mailboxes-api
    name: Help Scout Mailboxes API
    tags:
      - Mailboxes
      - Inboxes
    properties:
      - url: https://developer.helpscout.com/mailbox-api/endpoints/mailboxes/list/
        type: Documentation
    description: >-
      Read mailbox / inbox configuration including routing settings, saved
      replies, custom fields, and folders.
  - aid: helpscout:helpscout-users-api
    name: Help Scout Users API
    tags:
      - Users
      - Agents
    properties:
      - url: https://developer.helpscout.com/mailbox-api/endpoints/users/list/
        type: Documentation
    description: >-
      Retrieve Help Scout user accounts (agents) including roles,
      permissions, and online/offline status.
  - aid: helpscout:helpscout-teams-api
    name: Help Scout Teams API
    tags:
      - Teams
    properties:
      - url: https://developer.helpscout.com/mailbox-api/endpoints/teams/list/
        type: Documentation
    description: >-
      Manage teams that group users for routing and assignment within
      shared inboxes.
  - aid: helpscout:helpscout-tags-api
    name: Help Scout Tags API
    tags:
      - Tags
      - Categorization
    properties:
      - url: https://developer.helpscout.com/mailbox-api/endpoints/tags/list/
        type: Documentation
    description: >-
      List, create, and apply tags to conversations for categorization,
      automation, and reporting.
  - aid: helpscout:helpscout-workflows-api
    name: Help Scout Workflows API
    tags:
      - Workflows
      - Automation
    properties:
      - url: https://developer.helpscout.com/mailbox-api/endpoints/workflows/list/
        type: Documentation
    description: >-
      List automation workflows and trigger them manually against a
      conversation.
  - aid: helpscout:helpscout-custom-fields-api
    name: Help Scout Custom Fields API
    tags:
      - Custom Fields
      - Metadata
    properties:
      - url: https://developer.helpscout.com/mailbox-api/endpoints/conversations/custom_fields/
        type: Documentation
    description: >-
      Read custom field definitions on inboxes and read / update custom
      field values on conversations.
  - aid: helpscout:helpscout-attachments-api
    name: Help Scout Attachments API
    tags:
      - Attachments
      - Files
    properties:
      - url: https://developer.helpscout.com/mailbox-api/endpoints/conversations/attachments/data/
        type: Documentation
    description: >-
      Upload and download attachment data for conversation threads.
  - aid: helpscout:helpscout-ratings-api
    name: Help Scout Ratings API
    tags:
      - Ratings
      - Happiness
      - CSAT
    properties:
      - url: https://developer.helpscout.com/mailbox-api/endpoints/reports/happiness/
        type: Documentation
    description: >-
      Read customer satisfaction ratings (great / okay / not good) attached
      to conversation threads.
  - aid: helpscout:helpscout-reports-api
    name: Help Scout Reports API
    tags:
      - Reports
      - Analytics
    properties:
      - url: https://developer.helpscout.com/mailbox-api/endpoints/reports/
        type: Documentation
    description: >-
      Aggregated reports across company performance, conversations,
      happiness ratings, productivity, and user/team statistics.
  - aid: helpscout:helpscout-webhooks-api
    name: Help Scout Webhooks API
    tags:
      - Webhooks
      - Events
    properties:
      - url: https://developer.helpscout.com/webhooks/
        type: Documentation
    description: >-
      Subscribe to Help Scout events (convo.created, convo.assigned,
      convo.tag, customer.created, rating.received) for downstream
      automation. Webhooks include HMAC signatures for verification.
  - aid: helpscout:helpscout-docs-api
    name: Help Scout Docs API
    tags:
      - Docs
      - Knowledge Base
      - Articles
    properties:
      - url: https://developer.helpscout.com/docs-api/
        type: Documentation
    description: >-
      Manage knowledge-base sites, collections, categories, articles, and
      search/related content for Help Scout Docs.
  - aid: helpscout:helpscout-beacon-api
    name: Help Scout Beacon API
    tags:
      - Beacon
      - Live Chat
      - Embed
    properties:
      - url: https://developer.helpscout.com/beacon-2/
        type: Documentation
    description: >-
      Embed Beacon (live chat, help docs, customer portal) into web and
      mobile applications and pre-fill or update Beacon context via the
      Beacon JS API.
  - aid: helpscout:helpscout-chat-api
    name: Help Scout Chat API
    tags:
      - Chat
      - Live Chat
    properties:
      - url: https://developer.helpscout.com/
        type: Documentation
    description: >-
      Read and write live chat conversations and messages alongside the
      email Mailbox API for unified ticketing.
  - aid: helpscout:helpscout-apps-api
    name: Help Scout Apps API
    tags:
      - Apps
      - Sidebar
      - Marketplace
    properties:
      - url: https://developer.helpscout.com/apps/
        type: Documentation
    description: >-
      Build sidebar applications that render custom content within the
      Help Scout Inbox UI for partner integrations.
common:
  - type: Website
    url: https://www.helpscout.com/
  - type: Documentation
    url: https://developer.helpscout.com/
  - type: API Reference
    url: https://developer.helpscout.com/mailbox-api/
  - type: Pricing
    url: https://www.helpscout.com/pricing/
  - type: Login
    url: https://secure.helpscout.net/login/
  - type: Status
    url: https://status.helpscout.com/
  - type: Blog
    url: https://www.helpscout.com/blog/
  - type: Support
    url: https://support.helpscout.com/
  - type: GitHub Organization
    url: https://github.com/helpscout
  - type: Privacy Policy
    url: https://www.helpscout.com/company/legal/privacy/
  - type: Terms of Service
    url: https://www.helpscout.com/company/legal/terms-of-service/
  - type: Authentication
    url: https://developer.helpscout.com/mailbox-api/overview/authentication/
  - type: Rate Limits
    url: https://developer.helpscout.com/mailbox-api/overview/rate-limiting/
  - type: Webhooks
    url: https://developer.helpscout.com/webhooks/
  - type: Plans
    url: plans/helpscout-plans-pricing.yml
  - type: RateLimits
    url: rate-limits/helpscout-rate-limits.yml
  - type: FinOps
    url: finops/helpscout-finops.yml
  - type: Features
    data:
      - REST API at https://api.helpscout.net/v2 with OAuth 2 authentication
      - JSON-only request/response format with HATEOAS resource links
      - Free plan up to 5 users, 1 inbox, 1 Docs site
      - Standard $25/user/mo, Plus $45/user/mo, Pro $75/user/mo (16% off annual)
      - AI Answers add-on at $0.75 per resolution
      - Additional inbox $10/month, additional Docs site $20/month
      - Account-shared rate limit; write requests count double
      - X-RateLimit-Limit-Minute / Remaining-Minute / Retry-After headers
      - Webhooks with HMAC signatures
      - PHP SDK and Laravel/Lumen adapter
    sources:
      - https://www.helpscout.com/pricing/
      - https://developer.helpscout.com/
      - https://developer.helpscout.com/mailbox-api/overview/rate-limiting/
    updated: '2026-05-08'
maintainers:
  - FN: Kin Lane
    email: [email protected]