Sandbox
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
Headers
Your organization-level Trackstar API key.
Example:
"<x-trackstar-api-key>"
Response
200
application/json
Successful response
The permanent access token for the integration used to make requests to the Trackstar API.
Example:
"your_permanent_access_token"
A unique connection ID for the integration.
Example:
"unique_connection_id"
The name of the integration that was installed.
Example:
"sandbox"
An identifier for your end customer.
Example:
"customer_id"
A list of actions that the integration supports.
Actions supported by the integration
Example:
["get_inventory", "get_products"]
DEPRECATED: Use available_actions
instead.
Endpoints supported by the integration
Example:
["GET /inventory", "GET /products"]