v1

latestOpenAPI 3.1.02026-07-22802,2441.7 MB
Auth

Update Connection

Manually update properties of the connection associated with your access token.

patch/connections

Headers

x-trackstar-api-keystring required
Example:<x-trackstar-api-key>

Your organization-level Trackstar API key.

x-trackstar-access-tokenstring required
Example:<x-trackstar-access-token>

Your user's access token for a specific integration (ShipHero, Extensiv, etc).

Request body

customer_idstring nullable

An identifier for your end customer.

webhooks_disabledboolean

Example request

{
  "customer_id": "customer_id",
  "webhooks_disabled": true
}

Response

Successful response

idstring required

The id of the updated object.

objectstring required

The type of the object that was updated.

updatedboolean required

Whether or not the object was updated.

Example response

{
  "id": "example-id-123",
  "object": "connection",
  "updated": true
}