SalesLoft helps transform sales teams into modern sales organizations - converting more target accounts into customer accounts
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
OAuth 2.0 — obtain an access token via the authorization flow
Authorization: Bearer <access_token>
Paid sales engagement platform. Pricing from $75/user/mo. Enterprise custom.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'https://api.salesloft.com/v2/account_stages.json' \ -H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official SalesLoft Platform documentation.