GET
/
utils
/
v1
/
ping
curl --request GET \
  --url https://api.invopop.com/utils/v1/ping \
  --header 'Authorization: Bearer <token>'
{
  "ping": "pong"
}

Simple Ping

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

Parameters

No Parameters