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

# Health check



## OpenAPI

````yaml /api-reference/partners/api.json get /v1/health-check
openapi: 3.1.0
info:
  title: Laravel
  version: 0.0.1
servers:
  - url: https://api.opx.co/partners
    description: Production
security: []
paths:
  /v1/health-check:
    get:
      tags:
        - Utils
      summary: Health check
      operationId: partners.health_check
      responses:
        '200':
          description: ''

````