Front Core API

The Front Core API is a REST API over Front's shared-inbox platform. It exposes conversations, messages, drafts, comments, contacts, accounts, inboxes, channels, tags, teammates, teams, knowledge bases, shifts, analytics, links, message templates, and signatures, with API-token and OAuth 2.0 authentication, cursor pagination, and webhooks for events.

API entry from apis.yml

apis.yml Raw ↑
aid: frontapp:frontapp-core-api
name: Front Core API
humanURL: https://dev.frontapp.com/reference/introduction
baseURL: https://api2.frontapp.com
tags:
- Conversations
- Messages
- Contacts
- Inboxes
- Communication
description: The Front Core API is a REST API over Front's shared-inbox platform. It exposes conversations,
  messages, drafts, comments, contacts, accounts, inboxes, channels, tags, teammates, teams, knowledge
  bases, shifts, analytics, links, message templates, and signatures, with API-token and OAuth 2.0 authentication,
  cursor pagination, and webhooks for events.
properties:
- url: https://dev.frontapp.com
  type: DeveloperPortal
- url: https://dev.frontapp.com/docs/welcome
  type: Documentation
- url: https://dev.frontapp.com/reference
  type: APIReference
- url: https://dev.frontapp.com/docs/core-api-getting-started
  type: GettingStarted
- url: https://dev.frontapp.com/docs/authentication
  type: Authentication
- url: https://dev.frontapp.com/docs/webhooks-1
  type: Webhooks