Skip to main content
GET
/
v2
/
system
/
ping
Ping
curl --request GET \
  --url https://sandbox.groundtech.co/v2/system/ping \
  --header 'Authorization: Bearer <token>'
{
  "message": "pong"
}

Authorizations

Authorization
string
header
required

API keys are prefixed ground_sandbox_ (sandbox) or ground_prod_ (production). Pass the key as a Bearer token in the Authorization header.

Response

Success

message
string
Example:

"pong"