Sign in

Download user stream backups

documented

Download backups of user streams for a given date.

GET /backups/{file_type}/{year}/{month}/{day}Firestreamno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://firestream.stocktwits.com/backups/{{$file_type}}/{{$year}}/{{$month}}/{{$day}}" \
  -L \
  -H "Authorization: Basic {{STOCKTWITS_SECRET}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -o "backup-{{$file_type}}-{{$year}}-{{$month}}-{{$day}}.backup"
Download user stream backups · Stocktwits · OpenIntegrations