Get all lead sources
GET {{baseUrl}}/leadSources
Returns all lead sources. Please note that the list of lead sources is fixed, it cannot be modified. All leads created through the Pipedrive API will have a lead source API
assigned.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":true,"data":[{"name":"Manually created"},{"name":"Deal"},{"name":"Web forms"},{"name":"Prospector"},{"name":"Leadbooster"},{"name":"Live chat"},{"name":"Import"},{"name":"Website visitors"},{"name":"Workflow automation"},{"name":"API"}]}