The SupportBee API allows you to integrate SupportBee with your applications and services. You can use the API to:
- Create and manage tickets
- Add replies and comments
- Manage customers and agents
- Access reports and analytics
- Automate workflows
To get started with the SupportBee API:
-
Authentication: API requests require authentication using an API token. You can find your API token by clicking on your profile picture at the top left corner of your SupportBee desk and then clicking on "API Token". Pass your token via the
Authorizationheader:Authorization: Bearer your_api_token -
Base URL: All API requests should be made to
https://[your-company].supportbee.com/ -
Format: All API requests must have the
Acceptheader set toapplication/json. The API returns JSON data.
API Reference
For complete API reference documentation, including endpoints, parameters, authentication, and examples, visit: