cURL
curl --request GET \ --url https://gobii.ai/api/v1/ping/ \ --header 'X-Api-Key: <api-key>'
{ "pong": true, "user": "[email protected]" }
Test API connectivity with a simple ping endpoint