GET
/
utils
/
v1
/
ping
curl --request GET \
  --url https://api.invopop.com/utils/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"
}

Response

200 - application/json
OK
ping
string
Example:

"pong"