Postman import

SEC API Postman Collection

Open the Postman workspace or import a ready-made collection for the public demo, filing changes, watchlist polling, company lookup, insider filings, and filing summaries. Use your RapidAPI key when calling protected endpoints; the imported collection includes a first-call verification folder with HTTP 200 and response-shape tests.

Collection variables
[
  {
    "key": "base_url",
    "value": "https://sec-event-intelligence.p.rapidapi.com"
  },
  {
    "key": "rapidapi_host",
    "value": "sec-event-intelligence.p.rapidapi.com"
  },
  {
    "key": "rapidapi_key",
    "value": "replace-with-rapidapi-key"
  },
  {
    "key": "first_call_checklist_url",
    "value": "https://api.data-apis.com/first-call"
  },
  {
    "key": "first_call_success_note",
    "value": "Run Watchlist first authenticated check and confirm the Postman tests pass: HTTP 200 plus data/meta JSON fields."
  },
  {
    "key": "rapidapi_watchlist_playground_url",
    "value": "https://api.data-apis.com/events/sec-event-intelligence/rapidapi?target=postman-collection-watchlist-playground"
  },
  {
    "key": "rapidapi_subscribe_url",
    "value": "https://api.data-apis.com/events/sec-event-intelligence/rapidapi?target=postman-collection-rest"
  },
  {
    "key": "postman_environment_url",
    "value": "https://api.data-apis.com/events/sec-event-intelligence/download?target=postman-environment"
  },
  {
    "key": "pricing_calculator_url",
    "value": "https://api.data-apis.com/pricing-calculator"
  },
  {
    "key": "mcp_access_url",
    "value": "https://api.data-apis.com/mcp/access"
  },
  {
    "key": "direct_access_handoff_url",
    "value": "https://api.data-apis.com/subscribe/requested?format=json"
  },
  {
    "key": "mcp_first_public_tool_call_url",
    "value": "https://api.data-apis.com/mcp/first-public-tool-call.json"
  },
  {
    "key": "mcp_demo_runner_url",
    "value": "https://api.data-apis.com/mcp/demo-runner"
  }
]

First authenticated request

Use RapidAPI Playground to prove the key and endpoint first, then import the collection into Postman and set the same key as rapidapi_key. The first protected request should be the watchlist endpoint with a small ticker set.

Built-in Postman tests

Protected requests include a pre-request guard for the imported rapidapi_key and tests that fail unless the response is HTTP 200 JSON with the expected SEC API envelope.

Included Requests

The collection is designed for self-serve evaluation before a buyer integrates the API into a worker, dashboard, or automation tool. The Postman workspace is available at postman.com/data-apis-com-2411582 and this page also exposes a downloadable collection JSON at /downloads/sec-event-intelligence-postman-collection.json. The environment file is available at /downloads/sec-event-intelligence-postman-environment.json. The stable collection import endpoint remains /postman.json.

RapidAPI key required for protected endpoints. The public demo works without a key. Production SEC data endpoints require RapidAPI subscription headers or a direct API key agreement.