---
title: "Add a Rest API Endpoint"
canonical: "https://docs.infoblox.com/space/DeploymentGuideTenableioAPIIntegration/695074985/Add%20a%20Rest%20API%20Endpoint"
format: markdown
---
A REST API Endpoint is basically a remote system which should receive changes based on a notification and a configured template. A Grid, for example, can not only send notifications, it can also receive the notifications from itself (e.g. for testing purposes).

In order to add REST API Endpoints:

1. Navigate to **Grid** → **Ecosystem** → **Outbound Endpoints** and click** +** or **+ Add REST API Endpoint** buttons. The Add REST API Endpoint Wizard window will open.

![image](media://0f59a260-cd4b-4210-9f85-e2c18eff32d2)

2. The **URI** and **Name** for the appliance you are integrating with are required.
3. The URI should be the IP/FQDN of the appliance you are integrating with, with the correct URI scheme.
4. Specify **WAPI Integration Username** and **WAPI Integration Password** (NIOS credentials).

![image](media://67b83eff-d7c9-4709-8773-4c222e39ae2c)

5. (Optional) For debug purposes only: Under Session Management, set Log Level to **Debug**.

![image](media://4ba6a1e2-2ab3-4ac5-9fcf-28916f80d204)

6. The accessKey and secretKey can be found when you create the API keys for the user.

*Note: When possible, it is recommended to send notifications from a Grid Master Candidate instead of from the Grid Master.*