Hilfe-Center

Do you provide SDK or API access for custom workflows?

Yes — the same APIs the BetterSuite team uses to build the platform are exposed to your team. Anything the apps and admin console can do, your own services can do via the GraphQL API and webhooks.

Lesezeit
4 Min.
Zuletzt aktualisiert
15. April 2026
Abschnitte
3 auf dieser Seite
01

The GraphQL API

BetterSuite exposes a single GraphQL endpoint spanning 29 production services. The schema is published and type-checked end to end — your client library is generated from the same source the platform team uses.

Authentication uses scoped API keys for server-to-server access and OAuth-style flows for user-facing integrations. Rate limits are per-operator and configurable.

02

Client SDK for product surfaces

If you're building custom product surfaces — a branded analytics portal, a marketing tool, an internal operator dashboard — the Flutter and Dart SDK gives you typed repositories and a working authentication flow without re-implementing the API surface.

03

Webhooks for downstream workflows

For workflows that react to platform events, subscribe to webhooks rather than polling the API. Events are delivered with retries and signed payloads, and you can scope subscriptions per resource type to avoid noisy fan-out.

War dieser Artikel hilfreich?

Brauchen Sie etwas Konkreteres?

Wenn Ihr Szenario über das hinausgeht, was die Artikel abdecken, schildern Sie es uns – das Team meldet sich mit einem ersten Planentwurf zurück.

Team kontaktieren