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.
[
{
"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.
1. SubscribeUse RapidAPI to create the app key and confirm the app is subscribed2. ImportImport/postman.jsonor the downloaded collection into Postman3. Import environmentImport/downloads/sec-event-intelligence-postman-environment.json, then replacerapidapi_keywith the RapidAPI app key4. Run first-call checkOpenFirst-call verification, sendWatchlist first authenticated check, and expect passing tests for HTTP 200 plusdata/metaJSON fields
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.
Key guardPostman stops protected requests whenrapidapi_keyis stillreplace-with-rapidapi-keyHTTP statusEach protected SEC request verifies HTTP 200 before code snippets move into a worker or backend jobResponse envelopeTests confirm the JSON body includesdataandmeta, matching the first-call success criteriaRecovery pathIf the tests fail, run the same watchlist endpoint in RapidAPI Playground and then copy the working key back into the environment
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.
GET /demoGET /v1/sec/latestGET /v1/sec/changesGET /v1/sec/watchlist/changesGET /v1/sec/companies/searchGET /v1/sec/company/{ticker}/profileGET /v1/sec/insider-tradesGET /v1/sec/forms/{accessionNo}/summary