Developers

APIs that feel like infrastructure.

Integrate NearID into attendance systems, access control, or compliance pipelines with clean APIs, signatures, and real-time webhooks.

SDKsJavaScriptPythonRESTWebhooks
Presence event
curl https://api.nearid.com/v1/presence/events \
  -H "Authorization: Bearer <token>" \
  -H "Idempotency-Key: <uuid>" \
  -d '{
    "org_id": "org_123",
    "receiver_id": "rcv_489",
    "token_prefix": "a1b2",
    "timestamp": "2026-02-13T11:22:30Z"
  }'
Quickstart
Provision receivers
Create receiver tokens in the staff console and link them to an org site.
Broadcast tokens
Users emit rotating BLE tokens from mobile or badge devices.
Consume webhooks
Verify presence events with signatures and retries out of the box.
Developer experience

Predictable, observable, and built for scale.

Every API call returns request IDs for traceability. Webhooks include signatures, and retries are automatically handled.

Signed events
Verify payloads with a shared secret.
Idempotent writes
Avoid duplicates with idempotency keys.
Unified audit trail
Access every verification and approval record.
Endpoints
  • POST /v1/presence/events
  • POST /v1/receiver/scan/batch
  • GET /v1/orgs/:id/health
  • POST /v1/receiver/incidents
REST + Webhooks