List marketing sources
Returns a list of all marketing sources

https://api.oauth.pabau.com/{api_key}/marketing-sources
Request
Response sample
application/json
{
"success": true,
"total": 2,
"marketing_sources": [
{
"id": 1,
"source_name": "Client Referral"
},
{
"id": 2,
"source_name": "Employee"
}
]
}