Retrieves the timestamp of the last successful schedule synchronization.
curl --request GET \ --url https://api.usecobalt.com/v1/last-schedule-sync \ --header 'access_token: <api-key>' \ --header 'client_id: <api-key>' \ --header 'client_secret: <api-key>'
{ "success": true, "last_sync": { "timestamp": "2023-11-07T05:31:56Z" } }
curl -X GET https://api.usecobalt.com/v1/last-schedule-sync \ -H 'Content-Type: application/json' \ -H 'client_id: ci_live_198908HJDKJSH98789OHKJL' \ -H 'client_secret: cs_live_9827hofdsklOYYHJLJh' \ -H 'access_token: 493JKLHIU98789hLKH9HHJH'
{ "success": true, "last_sync": { "timestamp": "2025-01-24T15:11:05.117-06:00" } }
Show child attributes