Skip to main content
GET
/
api
/
debug
/
db
GET /api/debug/db
curl --request GET \
  --url https://api.example.com/api/debug/db

Response

Returns unknown on success.

Example

curl -X GET https://your-domain.com/api/debug/db \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN"