v1
latestOpenAPI 3.1.02026-07-22802,2441.7 MBSchedules
Toggle All Schedules
Pause or unpause every schedule for the connection associated with your access token in a single call.
patch/schedules/toggle-all
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
{
"paused": true
}Response
Successful response
Example response
{
"id": "example-id-123",
"object": "connection",
"updated": true
}