Using salesloft-api-sdk with salesloft.com

C# integration

Install
dotnet add package salesloft-api-sdk
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
salesloft-api-sdk
C#
API
salesloft.com
salesloft.com
At a glance
Language C#
Endpoints118
Base URLhttps://api.salesloft.com