Commvault Rest API Reference
Note: Access our previous documentation here
Welcome to Commvault's Rest APIs. You can explore our APIs here using the predefined requests we created
The new Commvault APIs are organized by workload and operations for intuitive navigation and search for both Software and SaaS deployment types.
Commvault APIs are grouped into Four categories:
- Core API: Use these APIs to configure and manage the backup of your workloads.
- Partner API: Use these APIs to configure and manage your MSP tenant.
- Clumio API: Use these APIs to configure and manage your clumio related resources.
- CloudRewind API: Use these APIs to configure and manage your CloudRewind related resources.
Please visit Authentication Operations in the sidebar for login.
Authentication
- Token
- Bearer Token
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | Authtoken |
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
Commvault REST APIs support token-based authentication via the Authtoken
request header. Use the POST Login API to retrieve the authentication token, and include it in the Authtoken
header for all requests. You can also use access tokens as an alternative.
Learn more about Access Tokens
The Login API authenticates against the partner portal for partner customers or the Commvault core product for standalone customers. It returns an authToken
— either a JWT token or a QSDK token based on the customer type — which must be included as a Bearer token in the Authorization
header for subsequent API calls. You can also use access tokens as an alternative.
Learn more about Access Tokens