Connect with Nabadat

Connect Nabadat feedback to the systems your team already uses.

Explore the public API structure, endpoint families, payload patterns, and recommended integration workflows. Account tokens stay private inside the client portal.

https://app.nabadat.cx/api-client/v3
4Endpoint groups
RESTJSON responses
CSVExport-ready reports
LogsAudited requests

API Map

Core integration groups

Account & Usage

Identify the account and audit current API usage.

GET/account
GET/account/usage

Devices

Read devices, live status, and customer feedback screen settings.

GET/devices
GET/devices/{device_id}
GET/devices/{device_id}/settings
PATCH/devices/{device_id}/settings

Feedback & Rates

Add ratings and read real rating data from the rates table.

GET/rates
POST/rates
GET/rates/last
GET/rates/{rate_id}
GET/rates/summary
GET/rates/trends
GET/rates/export

Reports & Analytics

Feed operational dashboards and BI layers from devices and ratings.

GET/reports/overview
GET/reports/devices
GET/exports/rates.csv

Request Pattern

Request 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

Ready workflows

POS Rating CaptureAttach a rating to the receipt and register it against an active Nabadat device.
BI Reporting StreamExport ratings and device performance to analytics tools with stable date filters.
Operational Device MonitoringRead device status and feedback settings before sending external ratings.

Systems

Systems ready for integration