> ## Documentation Index
> Fetch the complete documentation index at: https://invopop-singapore.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Ping

> Simple ping request

### Simple Ping

Make a request to the ping endpoint to ensure your access credentials are
working correctly.

### Parameters

No Parameters

<ResponseExample>
  ```json theme={"system"}
  {
    "ping": "pong"
  }
  ```
</ResponseExample>
