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

# Ping

> This endpoint verifies that the server is up

### Response

<ResponseField name="message" type="string">
  Responds with "Pong!" if the server is up.
</ResponseField>

<RequestExample>
  ```bash cURL theme={null}
  curl 'https://scheduler.booper.dev/api/ping'
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {
    "message": "Pong"
  }
  ```
</ResponseExample>
