> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yieldo.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Vault Registry Integrity

> Diff vaults.json against the public/indexer registry. Returns lists of
vault_ids missing from each side. Use this in CI / monitoring to fail fast
when the two registries drift apart.



## OpenAPI

````yaml https://api.yieldo.xyz/openapi.json get /v1/vaults/integrity
openapi: 3.1.0
info:
  title: Yieldo API
  description: Cross-chain deposit aggregator for ERC-4626 and custom yield vaults
  version: 1.0.0
servers:
  - url: https://api.yieldo.xyz
    description: Production
security: []
paths:
  /v1/vaults/integrity:
    get:
      tags:
        - vaults
      summary: Get Vault Registry Integrity
      description: >-
        Diff vaults.json against the public/indexer registry. Returns lists of

        vault_ids missing from each side. Use this in CI / monitoring to fail
        fast

        when the two registries drift apart.
      operationId: get_vault_registry_integrity_v1_vaults_integrity_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````