Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.83 KB

getting-started.mdx

File metadata and controls

69 lines (48 loc) · 1.83 KB
title
Getting Started

The Flare API can be used to access Flare's search capabilities, configure monitoring, export events, and more.

Base Concepts

Create an API Key and obtain API tokens. Learn about the Flare API's rate limits. Learn about Flare's standard `from` request parameter and `next` response field.

SDK

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

Guides

Search in all of Flare's events using the Search API. Export or search within all events associated within your tenant. Export all of Flare's leaked credentials for a given domain. Monitor leaked cookies for your domain.

API Reference

View the full API reference.