Create Server-Signed Application
POST /auth/apps
Create a new Server-Signed application in the caller's org. This is only required when you must add additional authentication to the request from the server side. We strongly recommend creating a default application unless you have an explicit need for server authentication as this adds additional complexity to the configuration.
User action signature required. See User Action Signing for more information.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Name | Conditions |
---|---|
| Always Required |
| Always Required |
Request Body
| String | the name of the application, must be unique within the caller's org |
| String | the top level domain where the application will be hosted, for example: |
| String | the url of the application, for example: |
| String | the kind of application being created, must be |
| String | the public key that can be used to validate signatures generated by the application |
| Integer |
|
| String |
|
| String |
|
Example
Responses
See Common Errors for common errors.
See Application Management Errors for application management specific errors.
Success - The newly created application
Last updated