Topograph · Arazzo Workflow

Monitor a company for register changes

Version 1.0.0

Start monitoring a company, review its change logs, then stop monitoring.

1 workflow 1 source API 1 provider
View Spec View on GitHub CompanyKYBCompany DataBusiness RegistersComplianceIdentity VerificationBeneficial OwnershipAMLDue DiligenceFintechArazzoWorkflows

Provider

topograph

Workflows

monitorCompanyLifecycle
Create a monitor, list monitors, read its change logs, and stop it.
4 steps inputs: caseId, companyId, countryCode outputs: monitorId

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Monitor a company for register changes
  version: 1.0.0
  summary: Start monitoring a company, review its change logs, then stop monitoring.
sourceDescriptions:
- name: monitorsApi
  url: ../openapi/topograph-monitors-api-openapi.yml
  type: openapi
workflows:
- workflowId: monitorCompanyLifecycle
  summary: Create a monitor, list monitors, read its change logs, and stop it.
  inputs:
    type: object
    required: [companyId, countryCode]
    properties:
      companyId: {type: string, example: '932884117'}
      countryCode: {type: string, example: FR}
      caseId: {type: string, example: case-12345}
  steps:
  - stepId: createMonitor
    operationId: MonitoringController_createMonitor_v2
    requestBody:
      contentType: application/json
      payload:
        companyId: $inputs.companyId
        countryCode: $inputs.countryCode
        metadata:
          caseId: $inputs.caseId
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      monitorId: $response.body#/id
  - stepId: listMonitors
    operationId: MonitoringController_listMonitors_v2
    successCriteria:
    - condition: $statusCode == 200
  - stepId: readLogs
    operationId: MonitoringController_getMonitorLogs_v2
    parameters:
    - name: id
      in: path
      value: $steps.createMonitor.outputs.monitorId
    successCriteria:
    - condition: $statusCode == 200
  - stepId: stopMonitor
    operationId: MonitoringController_stopMonitoring_v2
    parameters:
    - name: id
      in: path
      value: $steps.createMonitor.outputs.monitorId
    successCriteria:
    - condition: $statusCode == 204
  outputs:
    monitorId: $steps.createMonitor.outputs.monitorId

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/topograph-monitor-company"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.