Simple ping request
cURL
curl --request GET \ --url https://api.invopop.com/utils/v1/ping
{ "ping": "pong" }
Make a request to the ping endpoint to ensure your access credentials are working correctly.
No Parameters
OK
The response is of type object.
object
Was this page helpful?