Cubu Docs
S2S API Guide
S2S API Guide
  • About Cubu Server-to-Server API
  • Accessing the API
  • Agent Impersonation API
    • Call Again
    • Clock-in
    • Clock-out
    • Get Agent Status
    • List Active Cases
    • List Inboxes
    • List Workspaces
    • List Workstations
    • Occupy a Workstation
    • Resolve a Case
    • Select Current Unit
    • Start Processing the Next Case
    • Change Status to Available
    • Change Status to Unavailable
    • Vacate a Workstation
  • Appointments Management API
    • Book Appointment
    • Cancel Appointment
    • List Appointments in Calendar
    • List Calendars of a Service
    • List Vacancies in a Calendar
  • Case Management API
    • Queue Up
  • Customer Management API
    • Create a Customer Record
    • Get Customer Record
    • Update a Customer Record
    • Find a Customer Record
  • Organization API
    • List Back-office tasks
    • List Users
Powered by GitBook
On this page

About Cubu Server-to-Server API

NextAccessing the API

Last updated 6 months ago

Cubu's S2S API is a server-to-server API that facilitates seamless integration between third-party applications and Cubu's platform. It enables developers to access Cubu's services and perform tasks such as managing customer records and handling appointments in calendars.

Important!

The server-to-server (S2S) API is currently in beta testing. During this period, you can use the S2S API without additional costs. However, please note that licenses will be required to continue using this feature once it is out of beta. S2S API use requires a Premium plan or higher.

Before using the API, you must create a registered app and obtain an access token. Check out this article for details:

Accessing the API