Get reseller scheduling settings
documentedGet reseller scheduling settings.
GET /api/2.0/resellers/settings/schedulingResellerno implementation yet0 runsNo 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://api.agendize.com/api/2.0/resellers/settings/scheduling" \
-X GET \
-H "token: {{AGENDIZE_SSO_TOKEN}}" \
-H "apiKey: {{AGENDIZE_API_KEY}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
\
# References to official Agendize Reseller API docs for URL and auth:
# - Base URL and path: https://api.agendize.com/api/2.0/resellers/settings/scheduling (per Reseller API docs) [turn0search0, turn0search1]
# - Authentication guidance for multi-account (SSO token + API key): https://developers.agendize.com/v2/platform/reference/authentication.jsp [turn0search2]