# Fusus LPR

Fusus by Axon is a real-time public safety platform that integrates live video feeds, data, and communication from various sources to provide a unified view for first responders and law enforcement agencies.

Through this integration, law enforcement agencies can combine Verkada’s hybrid cloud architecture with Fusus’ open platform. The integration enables real-time license plate reads from Verkada cameras to appear directly within the Fusus platform.

### What you need

* [Verkada Organization ID](#h_2670e08018)
* [Verkada Read Only API Key](#h_87b251319f)
* [Verkada Webhook Secret](#h_2dc96e9c63)

***

## Organization configuration

### **Locate your organization ID**

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Admin .**
{% endstep %}

{% step %}
**In the left navigation, select Org Settings > Verkada API.**
{% endstep %}

{% step %}
**Copy the Organization ID and store it in a secure place.**
{% endstep %}
{% endstepper %}

### Create an API key

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Admin .**
{% endstep %}

{% step %}
**In the left navigation, select Org Settings > Verkada API.**
{% endstep %}

{% step %}
**Read Only key:**

a. Click **Add API Key.**\
b. Enter a unique name.\
c. Set **Select Permission** to **Read only.**\
d. Set the **Expiration.Note:** We recommend setting the API key’s expiration date to a year from the current date. It is recommended to rotate API keys at least once a year.
{% endstep %}

{% step %}
**Copy the read only API key from Command and store it in a secure place.**
{% endstep %}
{% endstepper %}

### Create Verkada Webhook

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Admin .**
{% endstep %}

{% step %}
**In the left navigation, select Org Settings > Verkada API.**
{% endstep %}

{% step %}
**Click Add Webhook and enter the following information:**

a. **Webhook URL:** <https://fusus-alarms.fususone.com/verkada/webhook/>**.**\
b. **Shared Secret:** Auto-generate a password and keep a copy stored in a secure location. This shared secret will need to be added later in FususOne.\
c. Click **Add Webhook.**
{% endstep %}
{% endstepper %}

***

## Add the integration in FususOne

Provide the following details to the Fusus technical team to finalize the integration configuration.

* Verkada Organization ID
* Verkada Read Only API Key
* Verkada Webhook Secret


---

# Agent Instructions: 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:

```
GET https://help.verkada.com/command/organization-settings/integrations/set-up-the-verkada-fusus-lpr-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
