Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 2.1 KB

File metadata and controls

45 lines (29 loc) · 2.1 KB

WhiteIntel API (BETA VERSION)

Welcome to the WhiteIntel API repository! This repository provides the necessary information and resources to use the WhiteIntel API, which is designed for enterprise-level subscriptions to access data on WhiteIntel.

whiteintel.io

Overview

The WhiteIntel API offers a variety of endpoints to interact with the WhiteIntel platform. It is currently available only for enterprise-level subscriptions and has specific usage limits:

  • Daily Limit: 500 API calls per day.
  • Rate Limit: 2 seconds between each API call.
  • Password Information: Requires verification of the target domain via the regular web UI. (TIFirm subscription, Researcher subscription do not requires any verification)

Getting Started

To get started with the WhiteIntel API, you will need to obtain an API key. Detailed instructions for obtaining and using your API key can be found in our Wiki.

Documentation

Comprehensive documentation for all available endpoints and usage instructions are available in our Wiki. Here are some quick links to key sections:

Example Usage

Below is an example of how to make a POST request to the WhiteIntel API using curl:

curl -X POST https://api.whiteintel.io/api/endpoint \
     -H "Content-Type: application/json" \
     -d '{
           "apikey": "your_api_key_here",
           "other_parameter": "value"
         }'

For more detailed examples and usage scenarios, please refer to the Wiki.

Support

If you encounter any issues or have any questions, please refer to our Wiki or contact our support team at info@whiteintel.io.