Sign in

List MSP customers

documented

List MSP customers under the MSP account.

GET /api/short/msp/customersMSP APIno 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://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}}"