cURL
curl --request GET \ --url https://sandbox.groundtech.co/v2/system/ping \ --header 'Authorization: Bearer <token>'
{ "message": "pong" }
Health check endpoint. Returns a simple pong response to verify API connectivity and authentication.
API keys are prefixed ground_sandbox_ (sandbox) or ground_prod_ (production). Pass the key as a Bearer token in the Authorization header.
ground_sandbox_
ground_prod_
Success
"pong"