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

# Status

> Check whether the API is online

## Check API status

Authentication is not required.

## Request example

<RequestExample>
  ```bash theme={null}
  curl --request GET \
    --url https://app.amplopay.com/api/v1/ping
  ```
</RequestExample>

## Response

<ResponseField name="message" type="string" required>
  Confirmation message indicating that the server is online.
</ResponseField>

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