API & Integrations
Getting Started with Suhep API
1 min readMar 28, 2026
Getting Started with Suhep API
The Suhep API lets you integrate support features into your own applications.
Getting Your API Key
Authentication
Include your API key in the request header:
Base URL
Your First Request
List all tickets:
Response:
Available Endpoints
GET /tickets — list ticketsPOST /tickets — create a ticketGET /articles — list KB articlesPOST /articles — create an articleGET /analytics — fetch metricsSDKs
Currently, the API supports REST with JSON. SDKs for popular languages are planned.
