Skip to main content

Get Integration Instance

GET 

/api/starshipit/integration-instances/:integration_instance

Returns the configuration for a single StarShipIt integration instance, including connection credentials and behavioural settings.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

connection_settings keys:

  • apiKey — StarShipIt API key.
  • subscriptionKey — StarShipIt subscription (Ocp-Apim) key sent with every API call.
  • webhookSecret — optional; used to verify signatures on inbound webhook notifications.

integration_settings keys (all optional):

  • fulfillment.enabledWarehousesIds / fulfillment.automatedWarehousesIds — warehouse routing selection (see the warehouse routing endpoint).
  • sync_days_back — default sync window in days when no start date is set (default 30).
  • order_start_date — earliest order date to sync.
  • last_sync.orders / last_sync.tracking_info — timestamps maintained automatically by the background sync processes.

Returns 404 when the instance does not exist.

Authentication: Requires Bearer token.

Request

Responses

OK

Response Headers
    Content-Type