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

# Configuration and database readiness



## OpenAPI

````yaml /reference/openapi.yaml get /health/ready
openapi: 3.1.0
info:
  title: Oynk Activity API
  version: 1.1.0
  description: >-
    Read-only aggregate onchain and privacy-safe offchain settlement activity,
    plus restricted synchronization operations.
servers:
  - url: /api
security: []
paths:
  /health/ready:
    get:
      summary: Configuration and database readiness
      responses:
        '200':
          description: Ready
        '503':
          description: Not ready
      servers:
        - url: /

````