GET
/
api
/
v1
/
ping
curl --request GET \
  --url https://sellitbr.com/api/v1/ping
{
  "ping": "pong"
}

Simple Ping

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

Parameters

No Parameters

{
  "ping": "pong"
}