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

# Vérifier que l’API répond (non protégé)



## OpenAPI

````yaml /api-reference/openapi.json get /v1/health
openapi: 3.0.0
info:
  title: orsay-api
  description: API unifiée réseaux sociaux — Instagram & WhatsApp
  version: 0.1.0
  contact: {}
servers:
  - url: https://api.plugkit.co
    description: Production
security: []
tags: []
paths:
  /v1/health:
    get:
      tags:
        - health
      summary: Vérifier que l’API répond (non protégé)
      operationId: HealthController_check
      parameters: []
      responses:
        '200':
          description: ''

````