---
title: "Get Started with API"
slug: "get-started-with-api"
updated: 2026-01-26T14:39:31Z
published: 2026-01-07T15:45:13Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.silentpush.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Started with API

The Silent Push API enables seamless integration of threat intelligence data into your security stack, providing reputational scores for domains and IPv4 addresses. This guide covers API setup, data integration methods, and score interpretation to help you use Silent Push services effectively.

## Overview

Access Silent Push services via a unified API gateway.

**Base** **URL**: `https://api.silentpush.com/api/v1/merge-api/`

**Sample request**:

```plaintext
https://api.silentpush.com/api/v1/merge-api/explore/domain/domaininfo/silentpush.com
```

This retrieves domain information for `silentpush.com`.

**Required header**:

Include the API key in the request header:

```plaintext
X-API-KEY: N98G-YNUT5QFGOFOPEUR0VFED82-PJR
```

## Set up the API

### Obtain an API key

Administrative users can generate and view API keys.

1. From your user icon, select **Organization > API Keys**.
  1. Ensure you are in an authenticated app session to access API data or copy URLs.

> **Note**: The number of permitted API calls depends on your subscription level and any additional purchases. Silent Push will notify you via email when your daily API limit is reached.

### Integrate Silent Push data

#### Option 1 - Automate Exports

Automate the integration of Threat Ranking data into your security tools (e.g., SOAR, Sentinel, Azure) using code snippets or API URLs.

1. Navigate to the **Threat Ranking** screen.
2. Select **Automate Expor**t (top-left).
3. Choose a code type from the pop-up:
  1. **API URL**: Copies an endpoint URL.
  2. **Command Line**, **Python**, or **PHP**: Copies a code snippet.
4. Click **Copy API Endpoint** (for URLs) or **Copy Code Snippe**t (for other options).
5. Integrate the copied string into your security tools.

> **Note**: Refer to the Silent Push API Documentation for modifying individual endpoints.

#### **Option 2 - Copy API URLs**

Copy a URL to access an HTML response of raw query data for integration with external tools.

1. Run a query to generate results.
2. Click **Copy API URL** (top-right of the output box).
3. The URL, now on your clipboard, displays the query results at the time of execution.

> **Note**: Requires an authenticated session. See [API documentation](https://docs.silentpush.com) for endpoint details. Contact [Silent Push support](http://support@silentpush.com) for assistance with API setup or troubleshooting.

##
