
Salesloft API Integration Profile
Information and guides about integrating with Salesloft API
Add Salesloft Integration to Your Product- Fetch current user
Authenticated user information. This endpoint does not accept any parameters as it is represents your authenticated user. The "Users" resource provides user information for other users on the team.
- Fetch current team
Fetches the team of the authenticated user.
- List accounts
Fetches multiple account records. The records can be filtered, paged, and sorted according to the respective parameters.
- Create an account
Creates an account.
"domain" must be unique on the current team.
- Fetch an account
Fetches an account, by ID only.
- Update an existing Account
Updates an account.
"domain" must be unique on the current team.
- Delete an account
Deletes an account. This operation is not reversible without contacting support. This operation can be called multiple times successfully.
Deleting an account will remove all connected people from that account.
- List account stages
Fetches multiple account stage records. The records can be filtered, paged, and sorted according to the respective parameters.
- Fetch an account stage
Fetches an account stage, by ID only.
- List Account Tiers
Fetches multiple account tier records. The records can be filtered, paged, and sorted according to the respective parameters.