GET
/
v1
/
health
Health check
curl --request GET \
  --url https://api.wazapin.id/v1/health \
  --header 'X-Api-Key: <api-key>'
{
  "data": {
    "status": "<string>"
  },
  "$schema": "<string>"
}

Authorizations

X-Api-Key
string
header
required

Response

OK

data
object
required
$schema
string<uri>

A URL to the JSON Schema for this object.

Example:

"https://example.com/schemas/HealthOutputBody.json"