Introduction
Getting Started
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.
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
Was this page helpful?