Skip to main content
Use the Clumio REST API to automate protection, discovery, restores, inventory, and administration. This page puts API conventions and representative endpoint pages beside the developer guides that explain when to use them.
This page is a Reclear proof of concept based on public Clumio documentation. The request below has not been tested against a live tenant.

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

  1. Create a token in Administration → Access management → API tokens.
  2. Choose the API base URL for the control plane that issued the token.
  3. Send the token in the Authorization header.
See Supported regions for the published regional base URLs.

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.

Common workflows