Simple ping request
cURL
curl --request GET \ --url https://api.invopop.com/utils/v1/ping
{ "ping": "pong" }
OK
The response is of type object.
object
Was this page helpful?