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

# Ping

### Simple Ping

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

### Parameters

No Parameters

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