Skip to main content
PATCH
Update Connection

Headers

x-trackstar-api-key
string
required

Your organization-level Trackstar API key.

Example:

"<x-trackstar-api-key>"

x-trackstar-access-token
string
required

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

Example:

"<x-trackstar-access-token>"

Body

application/json
customer_id
string | null

An identifier for your end customer.

Example:

"customer_id"

webhooks_disabled
boolean
Example:

true

Response

Successful response

id
string
required

The id of the updated object.

Example:

"example-id-123"

object
string
required

The type of the object that was updated.

Example:

"connection"

updated
boolean
required

Whether or not the object was updated.

Example:

true