Prototype note. This workflow is based on public Clumio documentation and has not been validated
against a live Clumio tenant.
Before you start
- a Clumio API token, created in Access management; and
- the API base URL for the control plane that issued the token, listed in API regional endpoints.
1. Send a request to the API root
2. Find the resource you need
The response lists each resource with the versions it supports and the operations available in each version. Locate the resource that owns the data you want, then the operation that performs the task.3. Follow the operation’s path
Each operation entry gives its path, HTTP method, and whether the path is templated. Build the request from that path, using the token and base URL from step 1.Reference
- GET / — Discover API resources for the headers, response fields, and a full example response.