Utils
Ping
Quickly test access credentials and that the service will respond to your requests.
GET
/utils/v1/ping
Bearer*
curl --request GET \
--url https://api.invopop.com/utils/v1/ping \
--header 'Authorization: Bearer <token>'
Simple Ping
Make a request to the ping endpoint to ensure your access credentials are working correctly.
Parameters
No Parameters
{
"ping": "pong"
}
curl --request GET \
--url https://api.invopop.com/utils/v1/ping \
--header 'Authorization: Bearer <token>'
{
"ping": "pong"
}