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.
- Sign in to your Riseact Partner account on Riseact.
- Once signed in, you'll find a side menu. Select "Applications" to access the applications section.
- Click "Create application" to start creating your new application.
- Now you'll need to enter some basic information about the application:
- Name: Choose a meaningful name for your application.
- Description: Provide a short description of the application to explain what it is about.
- Distribution type: Select "public" if you want the application to be available to all organizations. If you prefer the application to be available only to selected organizations, choose "private".
- Logo: You can choose to upload a logo for the application. This step is optional.
- Application URL: Enter the URL of the website that will be embedded in the Riseact admin.
- Homepage: Enter the URL of the homepage of the application's detail site. Make sure to provide detailed information about the application to engage users. This URL will only be shown on the application page in the store.
- OAuth Redirect URL: This is the redirect URL for the OAuth protocol. It's usually something like "https://url-della-tua-app.it/oauth/callback". Make sure to enter the correct URL to enable authentication via OAuth.
- Once you've completed all the required fields, click "Save" to save your changes and create the application.
By following these steps, you'll be provided with a client_id and a client_secret that you can use to obtain an Access Token through the OAuth process. For more information, see the next page Authentication with OAuth.
Once the application is created, you can start developing and distributing it on Riseact. For simplicity, we recommend using the Riseact CLI to create and deploy the application. For more information, see the CLI overview page.