Enabled integration with alarm.com
Starts integration process with alarm.com. After enabling activation progress status can be retrieved by GET /system/integrations/adc/status
Responses
- 200
- 400
- 401
OK
- Some errors appeared during enabling integration
- application/json
- Schema
- Example (from schema)
- Cannot enable integration
Schema
- error string
Error message
{
"error": "Wrong JSON body"
}
{
"error": "Cannot enable integration"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...