Before starting development, it's essential to understand the APIs you’ll be integrating and perform basic testing. The API Reference in the Sandbox Developer Hub is your go-to technical guide for all Sandbox APIs. It provides detailed information on how to use each API effectively and even allows you to test them directly within the documentation.
What Does the API Reference Include?
- Endpoint Details
- Comprehensive documentation of all available API endpoints.
- Information on HTTP methods (GET, POST, PUT, DELETE), URL paths, and supported parameters.
- Request and Response Examples
- Ready-to-use sample requests and responses to help you structure API calls properly.
- Parameter Descriptions
- Clear explanations of required and optional parameters (query, path, and headers).
- Details on data types, formats, and default values.
- Try It Playground
- Instantly test API endpoints with sample data.
- Make real API calls directly from the documentation—no coding required!
Next Steps
- Browse API Endpoints for the features you need.
- Test API Calls using the interactive Playground.
- Start Building your integration with confidence!
The API Reference makes it simple to understand, test, and integrate Sandbox APIs. Start exploring it today!
Need Help?