The ScalePad Core API is a key first step towards creating a best-in-class, developer-first platform for our Partners.
Our vision for MSP Customer Success is underpinned by data unification and democratization. That’s a fancy way of speaking to one of ScalePad’s core values: enabling our partners with a better way to make use of their data. We’re building a better way to share data across our products, and we believe you should be able to make use of it too via our Core API.
The API lets authenticated callers programmatically access and interact with ScalePad resources via HTTPS calls. Endpoint capabilities are detailed in our API Reference.
What you build with it is up to you! Retrieve asset data, including warranty lookups, integrated with client data, and trigger workflows within your MSP toolset.
Full documentation, including endpoint details and examples, is at https://developer.scalepad.com/ , with the reference section under https://developer.scalepad.com//reference.
Sign in to ScalePad, go to Personal API Keys in the ScalePad Hub, click New API key, name it, set expiry (default 2 years), click Generate, and copy the key for use in requests.
x-api-key
header, e.g., GET /core/v1/clients HTTP/1.1 Host: api.scalepad.com Accept: application/json x-api-key: c4d67eca-3b32ed26-b2412e47-2f634617.
(filter[field]=operator:value)
, and sorting (+ or – field).Where allowed, write operations return 200 for POST and 204 for PATCH/DELETE, so both read and write are possible on supported endpoints.
We will initially focus on data retrieval. Full CRUD support will follow post-beta based on feedback and security review.
No dedicated channel is specified; if issues arise (e.g., HTTP 500), the documentation advises contacting support.
No, there is no sandbox or test environment available during the beta period. This is a read-only API, so give it a shot! You won’t wreck anything in your ScalePad instance.
Stay tuned! Further details will be announced in documentation updates and on our Community site at community.scalepad.com.
Connect with other ScalePad partners building workflows with our API on our Community site at https://community.scalepad.com/.
Get started on your journey – everything you need is available to partners at https://developer.scalepad.com/.
We haven’t brought our Backup Radar API in yet, but documentation is here at https://api.backupradar.com/.