v1
latestOpenAPI 3.1.02026-07-22802,2441.7 MBSandbox
Generate Sandbox
Generates a sandbox with mocked out data. Uses the same connection ID every time, and will reset any existing sandbox. See the walkthrough for more information.
post/sandbox/generate-sandbox/{integration_type}
Path parameters
integration_typestring required
Headers
x-trackstar-api-keystring required
Example:<x-trackstar-api-key>
Your organization-level Trackstar API key.
Response
Successful response
Example response
{
"access_token": "your_permanent_access_token",
"connection_id": "unique_connection_id",
"integration_name": "sandbox",
"customer_id": "customer_id",
"available_actions": [
"get_inventory",
"get_products"
],
"me": {
"account_id": "account_12345",
"account_name": "My WMS Account"
}
}