Karia
ReferencesOpenapiUtils

Authenticated ping

GET
/utils/ping

Verify API key access to the public API and return a pong response with the current server timestamp.

Authorization

ApiKeyAuth
x-api-key<token>

API key for authentication

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/utils/ping"
{  "status": "string",  "message": "string",  "timestamp": "string"}