📄️ Private applications
Private applications allow you to access the Riseact APIs through a static token without having to implement the OAuth flow. They are suitable for automation scripts, backend-to-backend integrations and internal tools where there is no human user performing the login.
📄️ Using the APIs
Riseact offers two API interfaces: GraphQL for flexible queries and mutations, and REST for standard CRUD operations. Both accept the same authentication token. See the previous page for how to obtain the token.
📄️ Organization Webhooks
Organization webhooks are HTTP calls that Riseact sends to your endpoint when certain events occur within a single organization (creation of a supporter, payment of a checkout, etc.).