Database Status, User, and Admin API
These endpoints cover database health checks, authenticated user metadata, and documented administrative API actions.
Status
Section titled “Status”GET /api/v1/status/database//status/database/ checks database connectivity and returns a normal API response envelope with the health result in data.
GET /api/v1/user/Returns metadata for the authenticated API user. Use this endpoint to confirm which API user a key belongs to before running larger imports or administrative actions.
GET /api/v1/admin/resetOtp/{id}/GET /api/v1/admin/disableUser/{id}/POST /api/v1/admin/addUser/These endpoints require an API key with the required administrative permissions.