curl --request GET \
  --url https://ingest.dashdive.com/ping \
  --header 'X-API-Key: <x-api-key>'
"PONG"

Required Headers

Header
Value
X-API-Key<x-api-key>

This endpoint can be used to ensure that:

  1. The Dashdive backend is currently running
  2. The Dashdive backend is reachable from the caller
  3. The supplied API key is valid