- Utils
- Ping
Utils
Ping
Quickly test access credentials and that the service will respond to your requests.
GET
/sequence/v1/utils/v1/ping
Bearer*
curl --request GET \
--url https://api.invopop.com/sequence/v1/utils/v1/ping \
--header 'Authorization: Bearer AUTH_VALUE'
curl --request GET \
--url https://api.invopop.com/sequence/v1/utils/v1/ping \
--header 'Authorization: Bearer AUTH_VALUE'
{
"ping": "pong"
}