Skip to main content

Discovery Sources

Returns a list of sources that can be used when specifying a lead source or discovery source. This list is filtered to your company's selected options, so there may be additional valid options that are not returned. Unless otherwise specified, values will need to be specified by id or name (i.e., just the value 466 or 'facebook') instead of the full object representation.

GET
/api/v2/discovery-sources

Response

Example responseJSON200 · application/json
{
"data": {
"discovery_sources": [
{
"id": 466,
"name": "Facebook"
}
]
}
}