Account & Usage
Identify the account and audit current API usage.
GET
/accountGET
/account/usageConnect with Nabadat
Explore the public API structure, endpoint families, payload patterns, and recommended integration workflows. Account tokens stay private inside the client portal.
API Map
Identify the account and audit current API usage.
/account/account/usageRead devices, live status, and customer feedback screen settings.
/devices/devices/{device_id}/devices/{device_id}/settings/devices/{device_id}/settingsAdd ratings and read real rating data from the rates table.
/rates/rates/rates/last/rates/{rate_id}/rates/summary/rates/trends/rates/exportFeed operational dashboards and BI layers from devices and ratings.
/reports/overview/reports/devices/exports/rates.csvRequest Pattern
curl -X GET "https://app.nabadat.cx/api-client/v3/rates?from=2026-01-01&to=2026-01-31" \
-H "Accept: application/json" \
-H "Authorization: Bearer SYSTEM_TOKEN"
Use HTTPS and keep integration keys on your server only. Never expose private tokens in frontend code.
Workflows
Systems