S

SalesLoft Platform

by SalesLoft Platform

SalesLoft helps transform sales teams into modern sales organizations - converting more target accounts into customer accounts

communicationsalesloft

Quick Reference

Base URL https://api.salesloft.com Auth type OAuth 2.0 Auth header Authorization: Bearer <access_token> Rate limit Not officially published Pricing Enterprise / contact sales Free quota None Documentation https://api.salesloft.com Endpoint status Server online — HTTP 401 — server is online but path returned an error (may require auth)4.94s (checked Mar 29, 2026) Builder score D 37% builder-friendly
Pricing
28
Latency
10
Depth
65

Authentication

OAuth 2.0 — obtain an access token via the authorization flow

Authorization: Bearer <access_token>

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid sales engagement platform. Pricing from $75/user/mo. Enterprise custom.

Key Endpoints

MethodPathDescription
GET /v2/account_stages.json List account stages
GET /v2/account_stages/{id}.json Fetch an account stage
GET /v2/account_tiers.json List Account Tiers
GET /v2/account_tiers/{id}.json Fetch an account tier
POST /v2/account_upserts.json Upsert an account
GET /v2/accounts.json List accounts
POST /v2/accounts.json Create an account
DELETE /v2/accounts/{id}.json Delete an account

Sample Request

curl -X GET 'https://api.salesloft.com/v2/account_stages.json' \
  -H 'Authorization: Bearer <access_token>'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official SalesLoft Platform documentation.