singer-io / tap-zoom

GNU Affero General Public License v3.0
4 stars 16 forks source link

tap-zoom

This is a Singer tap that produces JSON-formatted data following the Singer spec.

See the getting started guide for running taps.

This tap:

Data Replication

Authentication

The Zoom tap supports two methods of authentication:

OAuth Scopes

The following OAuth scopes are required:

Config File

Using OAuth

  {
      "client_id": <CLIENT_ID>,
      "client_secret": <CLIENT_SECRET>,
      "refresh_token": <REFRESH_TOKEN>
  }

Copyright © 2020 Stitch