Landmark Information Group · Arazzo Workflow

Subscribe to valuation milestone notifications

Version 1.0.0

Register a callback endpoint for Secure Panel Network valuation milestones, update its configuration, then remove it.

1 workflow 1 source API 1 provider
View Spec View on GitHub Real-EstateUnited KingdomPropTechProperty DataConveyancingLand RegistryGeospatialValuationAnti-Money LaunderingPlanning DataMortgageArazzoWorkflows

Provider

landmark-information

Workflows

subscribe-valuation-milestones
Callback lifecycle. Landmark authenticates outbound to your endpoint using Basic, ClientIdSecret or OAuth2 as configured here.
3 steps inputs: callbackConfiguration, updatedCallbackConfiguration outputs: callbackId
1
registerCallback

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Subscribe to valuation milestone notifications
  version: 1.0.0
  summary: Register a callback endpoint for Secure Panel Network valuation milestones, update its configuration, then remove it.
sourceDescriptions:
- name: milestonesApi
  url: ../openapi/landmark-information-milestones-api-openapi.yml
  type: openapi
workflows:
- workflowId: subscribe-valuation-milestones
  summary: Callback lifecycle. Landmark authenticates outbound to your endpoint using Basic, ClientIdSecret or OAuth2 as configured here.
  inputs:
    type: object
    required:
    - callbackConfiguration
    - updatedCallbackConfiguration
    properties:
      callbackConfiguration:
        type: object
      updatedCallbackConfiguration:
        type: object
  steps:
  - stepId: registerCallback
    operationId: spn-milestone-register-callback
    requestBody:
      contentType: application/json
      payload: $inputs.callbackConfiguration
    successCriteria:
    - condition: $statusCode == 201
    outputs:
      callbackId: $response.body#/callbackId
  - stepId: updateCallback
    operationId: spn-milestone-update-callback
    parameters:
    - name: callbackId
      in: path
      value: $steps.registerCallback.outputs.callbackId
    requestBody:
      contentType: application/json
      payload: $inputs.updatedCallbackConfiguration
    successCriteria:
    - condition: $statusCode == 204
  - stepId: deleteCallback
    operationId: spn-milestone-delete-callback
    parameters:
    - name: callbackId
      in: path
      value: $steps.registerCallback.outputs.callbackId
    successCriteria:
    - condition: $statusCode == 204
  outputs:
    callbackId: $steps.registerCallback.outputs.callbackId

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/landmark-information-subscribe-valuation-milestones"
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.