Create App
Creates a new application.
Last updated
Was this helpful?
Creates a new application.
Last updated
Was this helpful?
Calling this endpoint requires the Super Administrator or User Provisioning role. See for a list of roles and associated privileges.
For more information on how to authenticate an application using RSA, refer to .
Session authentication token.
Detailed record of application.
Url to a icon to use for app. Must start with "https://".
https://myiconUrl.com
Description of the application.
a test app
The permitted domains to send or receive a request from. The field is for the purpose of CORS which set the app specific "ALLOW-ORIGIN-DOMAINS" header in HTTP.
mydomain.com
List of application permissions provisioned for the application. In addition to the known ones, custom permissions are accepted. A custom permission should only contain upper case alphanumeric characters and underscore. It should not be empty or only contain spaces and its length is limited to 64 characters.
Known permissions:
["ACT_AS_USER","SEND_MESSAGES"]
The app public certificate in pem format.
-----BEGIN PUBLIC KEY-----\nMIICIANBgkqhw0BAQ...cCAwEAAQ==\n-----END PUBLIC KEY-----