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

# Get rep share health



## OpenAPI

````yaml get /beta/guardian-ops/rep-share/health
openapi: 3.0.1
info:
  title: abusix-api
  version: '2026-04-08T06:45:02Z'
servers:
  - url: https://api.abusix.com
security: []
paths:
  /beta/guardian-ops/rep-share/health:
    get:
      responses:
        '200':
          description: 200 response
          content:
            text/plain:
              schema:
                type: string
              example: OK

````