Skip to content

GET/db/stats

Database stats

ReturnsDbStats

Response examples

200Statistics

application/json example derived from schema

{
  "counts": {},
  "webhooks": 0,
  "deliveries": 0,
  "tokens": 0
}

Released under the MIT License.