List Endpoints

Catalog of every data endpoint and whether it's retail- or enterprise-only.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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 (default false) — set true to 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; true if a retail-tier key would receive a 403 on this endpoint.
Query Params
boolean
Defaults to false

Include enterprise-only endpoints in the listing

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json