v1
latestOpenAPI 3.0.32026-07-131670112.4 KBSignals
Create a signal (beacon ping, capture, note, alert)
Create a new org-scoped signal. Beacon pings are broadcast live and only persist a beacon_on record on first activation; other signal types are written to storage and optionally trigger push notifications.
post/v1/signals
Request body
Response
Default Response
object required
Example response
{
"Id": 301,
"user_id": 7,
"org_id": 4,
"type": "beacon",
"lat": 35.4676,
"lng": -97.5164,
"accuracy": 10,
"meta": "{\"device_id\":\"dev-abc123-xyz\",\"battery\":81}",
"created_at": "2026-03-15T18:00:00Z",
"user_name": "Olson Ops"
}