salesloft.com
Salesloft provides a sales engagement and revenue orchestration platform used by sales teams to manage accounts, people, cadences, calls, emails, meetings, and related workflows. Its product includes integrations and automation capabilities for moving data between Salesloft and other business systems.
Salesloft exposes a documented REST API for its platform at `https://api.salesloft.com`, authenticated by bearer API keys or OAuth 2.0 access tokens (authorization code or client credentials).
- SalesLoft Platform APIdiscovered
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.
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.
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.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing