OAuth + PKCE
Authorization-code flow, exact redirect matching, mandatory S256 PKCE, short-lived access tokens and refresh-token rotation.
Use OAuth 2.1-style authorization, scoped REST APIs, signed REST Hooks and bidirectional custom channels to connect HelpoSoft with SaaS products, hosting platforms, mobile apps and automation tools.
POST https://helposoft.com/oauth/tokengrant_type=authorization_code
client_id=hsoc_...
code=hsc_...
code_verifier=...
→ access_token: hso_...
→ expires_in: 3600
→ refresh_token: hsr_...Authorization-code flow, exact redirect matching, mandatory S256 PKCE, short-lived access tokens and refresh-token rotation.
Subscribe Zapier, n8n, Make or a private service to tickets, chats, SLA alerts and automation events.
Send signed messages from any product into the HelpoSoft inbox and receive agent replies through your HTTPS callback.
Exponential retries, event IDs, response logging, safe endpoint validation, delivery replay and tenant-isolated credentials.
GET /oauth/authorizePOST /oauth/tokenPOST /oauth/revokeGET /oauth/userinfoGET /api/v1/eventsPOST /api/v1/webhook-subscriptionsGET /api/v1/webhook-deliveriesDELETE /api/v1/webhook-subscriptions/{id}Start with tickets and live chat, then connect the workflows your business already uses.
Marketplace apps receive HMAC-signed events through public HTTPS callbacks and call a separate signed action endpoint using only the permissions approved during installation.
Semantic versions, minimum HelpoSoft requirements, publisher review, checksums and optional RSA signatures.
Apps request narrow access for tickets, contacts, notifications or analytics. Workspaces approve permissions before installation.
Create tickets, add replies, upsert contacts and notify agents using request IDs that safely prevent duplicate actions.
Install, configure, license, disable, rotate secrets, inspect delivery logs, review and uninstall from one dashboard.