List Lead Statuses
GET /integrations/crm-sync/leads/statuses
The org’s Salesforce Lead.Status picklist, minus the converted ones.
Read this before setting status_qualified / status_unqualified on a
push. Lead.Status is an OPEN picklist: Salesforce stores whatever the API
sends, so a typo does not fail - it creates a new status nobody meant to
have. Converted statuses are filtered out because setting one through a
push would silently convert the lead.
Salesforce only. Any other provider is a 400.
Authorizations
Parameters
Query Parameters
A Salesforce connection.
A Salesforce connection.
Header Parameters
Responses
200
Successful Response
object
The org’s Salesforce Lead.Status picklist.
Open-shaped: each entry carries whatever Salesforce reports about the status, and the set of flags grows with their API. Converted statuses are already filtered out by the app - setting one through the push would silently convert leads.
422
Validation Error