Skip to Main Content
IBM Sterling


This portal is to open public enhancement requests for IBM Sterling products and services. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Submitted
Categories APIs & SDKs
Created by Guest
Created on Jun 17, 2026

Need OOB API for uploading and downloading file for external/internal partners in SFG

There are multiple APIs available in B2Bi, but as confirmed by the support team(TS021932486,TS01932439), these APIs are intended only for internal use. Currently, there is no out-of-the-box API available for external partners to directly upload or download files from their mailbox using REST APIs.

This is one of the most common customer requirements, where partners expect simple REST-based APIs for file upload and download operations. Given the growing adoption of API-driven integrations, this is a capability we expect to have as a standard out-of-the-box feature.

At present, the available workaround is to create custom HTTP Server Adapters with dedicated URIs that invoke custom business processes to perform mailbox operations. While this approach works, it has several limitations:

  • It only supports Basic Authentication, which is a major security concern for many organizations.
  • It introduces additional implementation complexity by requiring custom business processes.
  • It can create unnecessary performance overhead by relying on HTTP services and business process execution for simple file operations.

The product should provide standard out-of-the-box REST APIs for common mailbox operations such as:

  • Listing available messages/files in a mailbox
  • Downloading files individually or in bulk
  • Uploading files directly to a mailbox with a simple payload submission
  • Deleting or managing mailbox content as required

This would simplify customer implementations, improve security by supporting modern authentication mechanisms (OAuth, token-based auth, mTLS, etc.), and reduce dependency on custom solutions for a very common use case.

  • Guest
    Jun 17, 2026

    This would be a much needed addition to the project.