v1
latestOpenAPI 3.1.02026-07-22802,2441.7 MBSchedules
Toggle Schedule
Pause or unpause a schedule for the connection associated with your access token.
patch/schedules/{function_name}/toggle
Path parameters
function_namestring required
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
}