/v1/organizations/:organizationId/apps/:applicationId Permanently deletes an application along with all associated builds, distribution links, analytics data, and configuration settings, this operation cannot be undone and should be used with caution.
/v1/organizations/:organizationId/apps/:applicationId/actions /v1/organizations/:organizationId/apps/:applicationId/groups Retrieves the list of distribution groups or user segments that have been granted access to this application, showing which teams or employee groups can download and install builds.
/v1/organizations/:organizationId/apps/:applicationId/list/:applicationType Retrieves a list of distinct values used for categorizing or organizing builds within this application, such as git branch names, git tag names, or custom tags applied during upload.
/v1/organizations/:organizationId/apps/:applicationId Retrieves detailed information about a specific application using either its unique identifier or URL-friendly slug, returning complete configuration, statistics, and metadata for display in dashboards or integration workflows.
/v1/organizations/:organizationId/apps/check-slug/:slug Validates whether a proposed application slug is available for use and meets formatting requirements, checking for uniqueness across published applications and compliance with URL-friendly character restrictions.
/v1/organizations/:organizationId/apps/downloads/csv /v1/organizations/:organizationId/apps Retrieves a paginated and filterable list of all mobile and desktop applications within the specified organization, allowing administrators to browse, search, and manage their application portfolio across multiple platforms and deployment environments.
/v1/organizations/:organizationId/apps Creates a new application record within the specified organization, establishing the foundation for mobile or desktop app distribution, device management, and lifecycle tracking across supported platforms with customizable configuration settings.
/v1/organizations/:organizationId/apps/:applicationId/picture Updates the application icon by extracting it from a specified build package, automatically retrieving the app icon embedded in the installation file and setting it as the application picture.
/v1/organizations/:organizationId/apps/:applicationId Updates configuration, settings, and metadata for an existing application, allowing administrators to modify SDK behavior, notification preferences, storage providers, retention policies, and other operational parameters after initial creation.
No endpoints match