List of all known Ring API endpoints #759
singerscreations
started this conversation in
General
Replies: 1 comment
-
The alarm and smart lighting do all communication via websockets. Those interactions can be found in https://github.com/dgreif/ring/blob/master/api/location.ts. Regular api endpoints are available for cameras and chimes, but they aren't all in one central location in the code here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a list of all known Ring API endpoints somewhere? For example, all Ring devices can be retrieved via this endpoint:
https://api.ring.com/clients_api/ring_devices
Is there an endpoint to get a list of devices (and statuses) attached to an alarm base station (base_station_v1)? And how about endpoints to see the status and control Z-Wave light switches attached to an alarm base station?
Beta Was this translation helpful? Give feedback.
All reactions