as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Ring

Ring Appstore API Release Notes

April 22, 2025

Documentation changes

  • Published the Your App Design Guide for Ring Customer Experiences. This guide provides design guidelines and user experience best practices for partner apps integrating with Ring devices, covering account setup, device display, subscription handling, accessibility (WCAG 2.2 Level AA), and proactive customer engagement.

  • Added the email pre-fill and deferred verification pattern for reducing account linking churn. Partners can use the Users API to pre-populate the email field and skip verification when the signup email matches the Ring email.

  • Added the device configuration guidance pattern for directing customers to the Ring app when read-only settings such as Smart Alerts or Motion Zones affect partner app functionality.

  • Added a design checklist summarizing all UX requirements for partner app certification readiness.


April 21, 2025

General availability

The Ring Appstore API is now generally available. Partners can register, build, test, certify, and publish applications that integrate with Ring devices.

API changes

  • Released the Ring Partner API with OAuth 2.0 account linking, device discovery, capabilities, status, configurations, locations, and Users API endpoints. All endpoints follow the JSON:API specification with Bearer token authentication.

  • Released webhook event delivery with HMAC-SHA256 signature verification for real-time notifications including motion_detected, button_press, device_added, device_removed, device_online, device_offline, app_integration_added, app_integration_removed, subscription_activated, and subscription_deactivated events.

  • Released live video streaming using WebRTC/WHEP and RTSP protocols, the Media Clips API for downloading historical MP4 recordings, the Image Snapshots API for JPEG/PNG snapshots, and the Event History API for retrieving historical device events.

  • Released the Subscriptions Query API for retrieving customer subscription and free trial status, including plan details, activation dates, and expiration dates.

Documentation changes