Using firehose-tap-salesloft with salesloft.com

Python integration

Install
pip install firehose-tap-salesloft
Quick start
import firehose-tap-salesloft

# Use an OAuth2 access token
client = firehose_tap_salesloft.Client(access_token="YOUR_ACCESS_TOKEN")
Fetch current user
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.salesloft.com/v2/me.json
List bulk jobs
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.salesloft.com/v2/bulk_jobs
List team tags
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.salesloft.com/v2/tags.json
SDK on GitHub 📄 API Docs
SDK
firehose-tap-salesloft
Python
API
salesloft.com
salesloft.com
At a glance
Language Python
Endpoints118
Base URLhttps://api.salesloft.com