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://app.np.aws.karia.com.au/api/v0/utils/ping"
{
  "status": "string",
  "message": "string",
  "timestamp": "string"
}
{
  "code": "UNAUTHORIZED",
  "message": "Authorization not provided",
  "issues": []
}
{
  "code": "FORBIDDEN",
  "message": "Insufficient access",
  "issues": []
}
{
  "code": "INTERNAL_SERVER_ERROR",
  "message": "Internal server error",
  "issues": []
}