S

SalesLoft Platform API

REST discovered

Details
URL
https://api.salesloft.com
Docs
https://developers.salesloft.com/docs/api/
Authentication
Salesloft API key bearer discovered Get token ↗
Authorization: Bearer <credential>

In Salesloft Account, go to Your Applications → API Keys → Create New. Enter a name, choose at least one scope, save, and copy the generated key. Salesloft says API keys are for customers and are sent as Authorization: Bearer YOUR_API_KEY.

Salesloft OAuth app (authorization code) oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

In Salesloft Account, go to Your Applications → OAuth Applications → Create New. Create an app with grant type Authorization Code, set the redirect URI, choose scopes, then use the app's client ID and client secret to run Salesloft's OAuth 2.0 authorization-code flow. The docs show the authorization endpoint at https://accounts.salesloft.com/oauth/authorize and token endpoint at https://accounts.salesloft.com/oauth/token.

Salesloft OAuth app (client credentials) oauth2_cc discovered Set up OAuth ↗
Authorization: Bearer <credential>

In Salesloft Account, go to Your Applications → OAuth Applications → Create New. Create a private app with grant type Client Credentials, choose scopes, then exchange the app's client ID and client secret for an access token at https://accounts.salesloft.com/oauth/token using the client_credentials grant. The docs note this flow is admin-enabled for private application use only and assumes the permissions of the admin who created the app.