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

# Checkout health



## OpenAPI

````yaml GET /api/v1/checkout/health
openapi: 3.1.0
info:
  title: Paypulse
  description: Subscription billing platform with Nomba payment integration
  version: 0.1.0
servers: []
security: []
paths:
  /api/v1/checkout/health:
    get:
      tags:
        - public-checkout
      summary: Health
      operationId: health_api_v1_checkout_health_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````