--- title: "Get Started with API" slug: "get-started-with-api" updated: 2026-07-28T14:01:48Z published: 2026-07-28T14:01:48Z canonical: "help.silentpush.com/get-started-with-api" --- > ## 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. #### **Full API Documentation** [API Documentation](https://api.silentpush.com/api/docs/) (You must be logged into your Silent Push account to access the interactive documentation.) ## 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.