Gets information about all contact sources within your CRM configuration.
Example response
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"total": 67,
"count": 3,
"offset": 0,
"results": [
{
"id": "55f89dc987bb384b24acc357",
"name": "Old Customer Database"
},
{
"id": "55f89dc987bb384b24acc358",
"name": "Online Book Club"
},
{
"id": "55f89dc987bb384b24acc359",
"name": "Personal Shopper"
}
]
}