get
https://eapi.askedgar.io/v1/overview
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Returns your organization name, tier, and the list of data endpoints your API key is licensed to call. Use this as a discovery probe before constructing a workflow — if an endpoint isn't in available_endpoints, calling it will 403.
Authenticated by API key; this endpoint is not billed and does not consume credits.
When to use
- First call from a new integration to verify which data endpoints you can hit.
- Smoke-checking that an API key is valid and what tier it's bound to.
- Building a permissioned UI that hides endpoints the caller doesn't have.
Response highlights
org_name— your organization's display name (may be null for keys not bound to an org).tier— your subscription tier (e.g.FREE,RETAIL,ENTERPRISE).available_endpoints— sorted list of endpoint names (e.g.reverse-splits,news) you're authorized to call.