Sign in

Get System Date

documented

Get the current system date/time and time zone.

POST /api/system.systemdate.get/jsonSystemno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$account}}.sendloop.com/api/v3/System.SystemDate.Get/json" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "APIKey={{SENDLOOP_API_KEY}}"