Application
Introduction
Alcméon Applications define the credentials and permissions required to access Alcméon APIs.
Once created, an Application provides:
- A client secret to be used for authentication.
- Permissions that scope which API endpoints the application is allowed to access.
Get your Application Secret
You need to create a dedicated application with the right API permission(s) to generate a secret:
-
As an administrator, log into your Alcméon instance.
-
Hover in the top-left corner of the screen in the Alcméon logo:
-
Wait until the panel opens:
-
Click on the Settings wheel:
-
Click on the Applications menu item:
-
Click on the New Application button in the top-right corner:
-
Choose an explicit name for this application, select the relevant permission(s) you need to grant for its usage (for instance, to allow calls to an external sub-bot in the below example), copy your hexadecimal secret, and click on the Save button in the top-right corner.
Developer Sandbox
If you wish to setup a separate developer environment where you will be able to try out API requests without fear of impacting your existing Alcméon instance, please, contact [email protected] with the following information:
- Your name and email
- The Instance id of your production Alcméon instance
Updated 21 days ago