get
https://eapi.askedgar.io/endpoints
Catalog of every data endpoint and whether it's retail- or enterprise-only.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
Returns a machine-readable catalog of every data endpoint, including which ones are gated behind an enterprise-tier API key. Useful for building dynamic UIs, populating dropdowns, or programmatically discovering what's available without scraping the docs.
No API key required.
When to use
- Building a UI that lists every endpoint the API exposes.
- Filtering an integration to only retail-tier endpoints.
- Sanity-checking that a freshly-deployed endpoint is registered.
Key parameters
include_enterprise(defaultfalse) — settrueto include enterprise-tier endpoints in the response. Without this, only retail-accessible endpoints come back.
Response highlights
label— human-readable name (e.g."Reverse Splits"), derived from the URL slug.path— the URL the request would target (e.g./v1/reverse-splits).is_enterprise— boolean;trueif a retail-tier key would receive a 403 on this endpoint.