Anodot Customers API

The Customers API from Anodot — 1 operation(s) for customers.

OpenAPI Specification

anodot-customers-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Anodot Business Monitoring Access Token Customers API
  version: 1.0.0
  description: Minimal OpenAPI specification for the Anodot Business Monitoring API, covering authentication, anomalies, users and groups, forecasting, alerts, and alert actions. Generated from the public Anodot documentation.
servers:
- url: https://app.anodot.com
tags:
- name: Customers
paths:
  /api/v2/customers/id:
    get:
      summary: Retrieve customer ID
      responses:
        '200':
          description: Successful response
          content:
            application/json:
              schema:
                type: object
      tags:
      - Customers
x-generated-from: https://docs.anodot.com/
x-generated-by: claude-crawl-2026-05-08