Skip to main content
GET
/
payments
/
v1
/
health
Health check
curl --request GET \
  --url https://api.case.dev/payments/v1/health \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "service": "payments"
}

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Response

200 - application/json

Service is reachable

status
string
required
service
string
required