Evolus Proximity Orchestrator
9-Signal proximity auth API — GPS, IP-NAT, BLE, WiFi BSSID, WebRTC ICE, Ultrasonic, Anchor Point. JWT RS256 in under 3s.
1 subscribers
9 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Evolus Proximity Orchestrator endpoints
| Method | Endpoint | Description |
|---|---|---|
| Core | ||
| GET |
deviceNearby /device/nearby |
Returns active Nodes sharing the same NAT IP as the caller, or within GPS range if coordinates are provided. Called by the mobile SDK to auto-discover the nearest Node without… |
| POST |
deviceAuthorize /device/authorize |
Registers a Node (TV, kiosk, locker, display, etc.) and issues an ephemeral Discovery Code valid for 300 seconds. The Node connects to the WebSocket… |
| POST |
deviceConfirm /device/confirm |
The core endpoint. Mobile submits its proximity signals — GPS, BLE, WiFi BSSIDs, WebRTC ICE candidates, Acoustic nonce — together with the Discovery Code. The Orchestrator… |
| Session | ||
| POST |
sessionPull /v1/session/pull |
Mobile polls this endpoint after calling `/device/authorize`, waiting for the Node to approve the session. Returns the JWT when ready, or `authorization_pending` while waiting. |
| Account | ||
| GET |
getAccountMe /v1/account/me |
Returns account details, current plan, and monthly usage for the authenticated partner. |
| DELETE |
purgeAccountData /v1/account/me/purge |
Permanently deletes all data associated with this partner account — sessions, fingerprints, adjacency memory, audit logs. Irreversible. Complies with LGPD Art. 18 and GDPR Art. 17. |
| System | ||
| GET |
getProximityDiagnostics /admin/proximity/diagnostics |
Returns per-signal breakdown for recent sessions — useful for debugging Trust Score calculation. Requires Admin token. |
| GET |
getHealth /health |
Returns orchestrator status, version, and feature flags. No authentication required. |
| GET |
getJwks /jwks |
JWKS endpoint for verifying JWT RS256 Certificates of Proximity issued by the Orchestrator. No authentication required. |
Evolus Proximity Orchestrator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $49 / month | — |
|
| ULTRA | $199 / month | — |
|