List MSP customers
documentedList MSP customers under the MSP account.
GET /api/short/msp/customersMSP APIno 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://www.site24x7.com/api/short/msp/customers" \
-X GET \
-H "Content-Type: application/json;charset=UTF-8" \
-H "Accept: application/json; version=2.0" \
-H "Authorization: Zoho-oauthtoken {{OAUTH2_ACCESS_TOKEN}}" \
-H "Cookie: zaaid={{ZAID}}"