📄️ Getting started
To publish applications and themes for the organizations on Riseact you need a partner account.
📄️ Using the APIs
Riseact offers 2 ways to consume the APIs: via GraphQL or REST. To use the GraphQL APIs, you can send an HTTP POST request to the Riseact GraphQL server, specifying the access token as the authorization header.
📄️ Create a partner application
To interact with the Riseact APIs you need to create an application. Follow the steps described on this page to create one.
📄️ Authentication with OAuth
Implementing OAuth authentication is essential to obtain an Access Token and be able to use the APIs. Follow the steps in this guide to understand the OAuth process and integrate it correctly into your application.
📄️ Application user interface
Riseact applications are rendered inside an iframe embedded in the admin portal on your application's page. If you want to provide an application interface to your users, you can do so by serving it at the URL you provided when registering the application.
📄️ Application Webhooks
Application webhooks are HTTP calls that Riseact sends to your endpoint when certain events occur across all the organizations that have installed your application.
📄️ Publishing
Once your application is complete and tested, you can publish it on the Riseact store so that it's available to all organizations. Publishing requires an approval process by Riseact, which verifies that the application complies with the platform's guidelines and policies.