Using sl-ts-fetch-sdk with salesloft.com

TypeScript integration

Install
npm install sl-ts-fetch-sdk
Quick start
import Sl_ts_fetch_sdk from 'sl-ts-fetch-sdk';

const client = new Sl_ts_fetch_sdk({ accessToken: "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
sl-ts-fetch-sdk
TypeScript
API
salesloft.com
salesloft.com
At a glance
Language TypeScript
Endpoints118
Base URLhttps://api.salesloft.com