Skip to main content
The Flare API can be used to access Flare’s search capabilities, configure monitoring, export events, and more.

Base Concepts

Authentication

Create an API Key and obtain API tokens.

Rate Limits

Learn about the Flare API’s rate limits.

Paging

Learn about Flare’s standard from request parameter and next response field.

SDK

Python SDK

The Python SDK exposes a small requests wrapper that automatically manages authentication.

Go SDK

The Go SDK exposes a small net/http.Client wrapper that automatically manages authentication.

CLI

Flare provides a Command Line Interface (CLI) utility that can be used to interact with the Flare API.

MCP

Flare provides a Model Context Protocol (MCP) server that can be used to ask questions about the Flare API.

Guides

Global Search

Search in all of Flare’s events using the Search API.

List Events Within a Tenant

Export or search within all events associated within your tenant.

Exporting a Domain's Credentials

Export all of Flare’s leaked credentials for a given domain.

Cookie Monitoring

Monitor leaked cookies for your domain.

API Reference

Endpoint References

View the full API reference.