Using salesloft-php with salesloft.com

PHP integration

Install
composer require salesloft-php
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-php
PHP
API
salesloft.com
salesloft.com
At a glance
Language PHP
Endpoints118
Base URLhttps://api.salesloft.com