# Application instance was enabled Endpoint: POST application-instance-enabled Version: latest Security: SecretApiKey, JWT ## Request fields (application/json): - `organizationId` (string) Unique organization identifier. An organization is an entity that represents a company. For more information, see [Obtain an organization ID](https://www.rebilly.com/docs/settings/organizations-and-websites/#obtain-your-organization-id-and-website-id). Example: "org_0YVDM8RC7GDADADSBSMW124JA8" - `applicationId` (string) Unique application ID. Example: "app_01H0HT25X7XXCJGS4H8VJSYF2Y" - `eventType` (string) Type of webhook event. Enum: "application-instance-enabled" - `_embedded` (object) Embedded objects. - `_embedded.application` (object) Application object. - `_embedded.application.name` (string, required) Name of the application. - `_embedded.application.logoId` (string, required) File ID of the application logo. Example: "4f6cf35x-2c4y-483z-a0a9-158621f77a21" - `_embedded.application.authorName` (string, required) Name of the application author. - `_embedded.application.authorLogoId` (string,null) File ID of the author's logo. Example: "4f6cf35x-2c4y-483z-a0a9-158621f77a21" - `_embedded.application.tagline` (string, required) Tagline of the application. - `_embedded.application.description` (string, required) Detailed application description. This field accepts markdown and simple text. - `_embedded.application.permissions` (array, required) List of permissions that are available to the application. If you would like to add permissions, contact [Rebilly Support](mailto:info@rebilly.com). Enum: "DeleteApplicationInstance", "GetApplicationInstanceConfiguration", "GetCustomer", "GetCustomerCollection", "GetInvoice", "GetInvoiceCollection", "GetPlan", "GetPlanCollection", "GetProduct", "GetProductCollection", "GetSubscription", "GetSubscriptionCollection", "GetTransaction", "GetTransactionCollection", "GetWebhook", "GetWebsite", "GetWebsiteCollection", "PostCoupon", "PostCouponRedemption", "PostGatewayAccountDowntimeSchedule", "PostPayout", "PostServiceCredential", "PostWebhook", "PostWebhookCredentialHash", "PutApplicationInstanceConfiguration", "PutCoupon" - `_embedded.application.configurationUrl` (string,null) External URL where the application is configured during installation. - `_embedded.application.properties` (object) Defines settings that users can complete when they install the application. This field accepts [JSON-schema](https://json-schema.org/) drafts 4, 6, and 7. Example: {"type":"object","properties":{"email":{"type":"string"},"max":{"type":"integer","minimum":0,"exclusiveMaximum":100}},"required":["email"]} - `_embedded.applicationInstance` (object) Application instance object. - `_links` (array) Related links. - `_links.href` (string) Link URL. - `_links.rel` (string) Type of link. Enum: "application", "applicationInstance"