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

# Head request to check if the API is alive.

> Useful for uptime monitoring services like UptimeRobot.



## OpenAPI

````yaml https://api.renifler.io/openapi.json head /v1/ping
openapi: 3.1.0
info:
  title: Renifler API
  description: API endpoints - Public (/v1) and Authenticated (/technologies)
  license:
    name: ''
  version: 1.0.0
servers: []
security: []
paths:
  /v1/ping:
    head:
      tags: []
      summary: Head request to check if the API is alive.
      description: Useful for uptime monitoring services like UptimeRobot.
      operationId: uptime_ping
      responses:
        '200':
          description: ''

````