> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/classic-alarms/es/configuracion/verkada-alarm-api.md).

# API de Alarmas clásicas de Verkada

{% hint style="success" %}
Verkada anunció el fin global de la venta (1 de agosto de 2026) y el fin de vida (1 de agosto de 2027) de Classic Alarms. Los clientes elegibles pueden actualizarse a New Alarms sin costo hasta el 31 de enero de 2027. Visite [Verkada.com/alarms/upgrade](https://www.verkada.com/alarms/upgrade) para comenzar.
{% endhint %}

La API de alarma te permite extraer datos de forma programática y automatizar tareas a través de plataformas de terceros de manera segura y a gran escala. La API está basada en REST, devuelve respuestas codificadas en JSON y utiliza códigos de respuesta HTTP estándar. La documentación completa sobre la API de alarma está disponible en

{% hint style="info" %}
Consulta nuestra [documentación de la API](https://apidocs.verkada.com/) para obtener más información.
{% endhint %}

***

## Puntos de conexión disponibles

* [**Punto de conexión de sitios (GET)**](https://apidocs.verkada.com/reference/getalarmssitesviewv1): Punto de conexión de solo lectura que devuelve información sobre los sitios de tu organización de alarma de Verkada.
* [**Punto de conexión de dispositivos (GET)**](https://apidocs.verkada.com/reference/getalarmsdevicesviewv1): Punto de conexión de solo lectura que devuelve información sobre los dispositivos de tu organización/sitios de alarma de Verkada.
* [**Webhook de cambio de estado del sitio**:](https://apidocs.verkada.com/reference/alarm-webhook-object) Permite que una plataforma de terceros se suscriba a cualquier evento de cambio de estado del sitio dentro de tu organización de alarma de Verkada. Estos eventos incluyen activar/desactivar, alarma, etc.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.verkada.com/classic-alarms/es/configuracion/verkada-alarm-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
