Test Streaming
Test your streaming implementation against a mock-up service which mirrors the official
Companies House Streaming API behaviour and supports fault injection for testing
reconnection logic.
Create a temporary API key for your session, and use the test service base URL.
Create or resume
Start a new session, or paste an existing test key to open its dashboard.
Session dashboard
API key
Base URL
Stream paths
Example:
curl -N -u "APIKEY:" "BASE_URL/filings"
Active connections
No active connections.
Connection logs
Implementation checklist
Every production implementation that connects to the streaming API should account for these.