pyalarmdotcom / pyalarmdotcomajax

Python library for accessing Alarm.com services. Not affiliated with Alarm.com.
MIT License
11 stars 14 forks source link

API doc? #135

Closed matshj closed 7 months ago

matshj commented 8 months ago

Hi

I'm a Homey user and I'm going to make an attempt to make an homey app for the alarm.com but I haven't been able to find any documentation of the API. Any one here who knows where to find it? Regards

elahd commented 8 months ago

Unfortunately, there's no API doc as Alarm.com doesn't support third party access. The best you'll get is by monitoring async communication on the alarm.com website.

Alarm.com uses Ember.js, so you'll want to familiarize yourself with the JSON:API protocol and install the Ember Inspector browser extension.