POST
/
sandbox
/
generate-sandbox
/
{integration_type}
curl --request POST \
  --url https://production.trackstarhq.com/sandbox/generate-sandbox/{integration_type} \
  --header 'x-trackstar-api-key: <x-trackstar-api-key>'
{
  "access_token": "your_permanent_access_token",
  "connection_id": "unique_connection_id",
  "integration_name": "sandbox",
  "customer_id": "customer_id",
  "available_actions": [
    "get_inventory",
    "get_products"
  ],
  "available_endpoints": [
    "GET /inventory",
    "GET /products"
  ]
}

Headers

x-trackstar-api-key
string
required

Your organization-level Trackstar API key.

Example:

"<x-trackstar-api-key>"

Path Parameters

integration_type
string
required

Response

200
application/json
Successful response

The response is of type object.