Favicon

You are here: Home > API Reference > App Distribution > Store Published Applications

Store Published Applications

API endpoints for Store Published Applications. Browse all available operations, parameters, and response schemas.

GET List published applications with filtering and pagination
/organizations/:organizationId/stores/:storeId/pubApps/

**Required Permission:** `mad.store.publishedApplication.list` Retrieves a comprehensive paginated list of published applications within a specific store including application metadata, distribution configuration, security settings, audience targeting, and branding customization with support for filtering by application, slug, security type, visibility, filter type, build, and user audience for store catalog management and application discovery.

POST Create new published application in store
/organizations/:organizationId/stores/:storeId/pubApps/

**Required Permission:** `mad.store.publishedApplication.create` Creates a new published application entry in the store catalog with comprehensive configuration including application selection, unique URL slug, build filter criteria, security and access control settings, audience targeting, custom branding, terms and conditions, geographic restrictions, and distribution options enabling administrators to publish applications to specific user groups with tailored presentation and access controls.

GET Retrieve published application details
/organizations/:organizationId/stores/:storeId/pubApps/:publishedApplicationId

**Required Permission:** `mad.store.publishedApplication.get` Retrieves comprehensive details for a single published application identified by its unique identifier including application metadata, distribution URL slug, build filter configuration, security and access control settings, audience targeting rules, custom branding, terms and conditions, geographic restrictions, visibility settings, and distribution statistics for complete publication lifecycle management and configuration review.

PUT Update published application configuration
/organizations/:organizationId/stores/:storeId/pubApps/:publishedApplicationId

**Required Permission:** `mad.store.publishedApplication.update` Updates modifiable attributes of a published application including distribution URL slug, build filter configuration, security and access control settings, audience targeting rules, custom branding elements, terms and conditions, geographic restrictions with allowed and blocked countries, visibility settings, history display options, developer information visibility, attached files visibility, and expiration date enabling flexible publication configuration management and targeted distribution control.

DELETE Delete published application from store
/organizations/:organizationId/stores/:storeId/pubApps/:publishedApplicationId

**Required Permission:** `mad.store.publishedApplication.remove` Removes a published application from the store catalog making it unavailable for distribution, revoking all user access to the publication URL, and cleaning up associated audience targeting and notification configurations with safeguards preventing deletion of the last published application using automatic latest build filter to ensure continuous application availability and prevent accidental complete application removal from distribution.

POST Send email notifications about new builds or updates
/organizations/:organizationId/stores/:storeId/pubApps/:publishedApplicationId/notify

**Required Permission:** `mad.store.publishedApplication.notify` Sends customized email notifications to selected user groups including collaborators, employees, or specific user audiences informing them about new build availability or updates in the published application with support for custom email subject, message text, language selection, and audience filtering enabling targeted communication for application deployment announcements and update notifications.

GET Calculate targeted members list based on audience rules
/organizations/:organizationId/stores/:storeId/pubApps/:publishedApplicationId/target

**Required Permission:** `mad.store.publishedApplication.target` Calculates and retrieves the complete list of targeted members who have access to this published application based on configured user audiences, group filters, email patterns, and access control rules providing administrators with visibility into actual distribution reach, audience segmentation effectiveness, and user access permissions for compliance verification and distribution planning.