Attention: Our API is in active development. Please ensure to read our Development Notice for important information on potential changes and updates. We appreciate your understanding.
Environments
TBInt APIs are categorized into two primary environments: Production APIs and Sandbox APIs. These environments cater to different requirements and are linked to respective SAP systems.
Both the Production and Sandbox APIs offer identical operations, which provides a consistent user experience across different environments. While experimenting and making API calls, ensure that you are interacting with the correct environment, as any operation performed via the Production APIs has direct business implications.
Production APIs
These APIs interface with the SAP Production system and are available under the subdomain api.tbint.io/[resource]. Any interaction with the Production APIs reflects in actual business transactions and data, making them suitable for carrying out real-world business operations. To access the Production APIs, you'll need an access token obtained from the Production login.
Sandbox APIs
The Sandbox APIs are linked with the SAP Development system and are accessible via sandbox.tbint.io/[resource]. They offer a risk-free platform for testing and development. You can explore, test API calls, and design new features with the Sandbox APIs without impacting actual business data. An access token generated from the Sandbox login is required to utilize the Sandbox APIs.