v1
latestOpenAPI 3.1.02026-07-22802,2441.7 MBAuth
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
Example request
{
"customer_id": "customer_id",
"webhooks_disabled": true
}Response
Successful response
Example response
{
"id": "example-id-123",
"object": "connection",
"updated": true
}