Skip to main content

What is the SPHUD API?

The SPHUD External API allows you to sync users and devices from external systems like:
  • RMM tools (ConnectWise, Datto, NinjaRMM)
  • Active Directory
  • Automation platforms (N8N, Zapier, Make)
Keep your customer data in sync automatically without manual entry.

Base URL

https://dashboard.sphud.com/api/external

Authentication

All API requests require an API key passed in the X-API-Key header.
curl -X GET "https://dashboard.sphud.com/api/external/customers" \
  -H "X-API-Key: sphud_abc12345_xxxxxxxxxxxxxxxxxxxxxxxx"

Get Your API Key

Learn how to generate and manage API keys

Available Endpoints

Common Use Cases

Automated RMM Sync
  • Pull device lists from your RMM nightly
  • Push to SPHUD to keep inventory current
  • No manual device entry required
Active Directory Import
  • Sync user lists from AD
  • Keep SPHUD user lists accurate
  • Automatic updates when users join/leave
Custom Integrations
  • Build your own tools on top of SPHUD
  • Integrate with PSA systems
  • Create custom reports and dashboards

Need Help?

Contact Support

Questions about the API? We’re here to help.