Create an API token
Create a personal or service token and plan credential rotation.
Full endpoint reference
Open the canonical reference for every resource, operation, request field, and response schema.
Send a request
- Create a token in Administration → Access management → API tokens.
- Choose the API base URL for the control plane that issued the token.
- Send the token in the
Authorizationheader.
API conventions
Use the endpoint reference for the exact media type, parameters, request body, response schema, and
errors for each operation. The representative pages below show how those details can sit beside
task-based guides in one developer docs experience.
Example endpoints
GET /
Discover available resources, versions, and operation IDs.
GET /users
List users with filtering and pagination.
GET /tasks
List backup, restore, and management tasks.
Choose an interface
Python SDK
Use an object-oriented client for Clumio resources.
Go SDK
Use typed controllers and models for Clumio resources.
Terraform
Manage connections and protection as code.
Developer tools
Compare every public automation surface in one place.