Location
Operations for sending and managing messages
List current shared locations
GET/api/location
Get one current shared location
GET/api/location/{number}
Watch one shared location
GET/api/location/{number}/watch
ModelsExpand Collapse
LocationWatchResponse object { from_number, location, message, 4 more }
LocationWatchResponse object { from_number, location, message, 4 more }
JSON data payload from one named event in a live-location SSE stream
location: optional object { accuracy, address, altitude, 6 more }
location: optional object { accuracy, address, altitude, 6 more }
reason: optional string
reason: optional string
Why the stream ended normally. Known values are sharing_ended, authorization_revoked, worker_disconnected, and watch_ended. Clients should tolerate additional values.