Get Lead Channel List

POST [PlatformAddress]/api/1.0/crm?action=getLeadChannelListundefined

Get Lead Channel List

Get a list of lead channels.

{
    "meta": {
        "totalResults": 1,
        "start": 0,
        "perPage": 10,
        "count": 4
    },
    "results": [
        {
            "id": 1,
            "name": "iVvy Marketplace"
        },
        {
            "id": 2,
            "name": "Website Booking Engine"
        },
        {
            "id": 3,
            "name": "Third Party Booking Engines"
        },
        {
            "id": 4,
            "name": "Magazine Ad"
        },
    ]
}

The result from this call will be a collection of all the lead channels the user has access to. This call also accepts the pagination and filter properties.

Last updated