List marketing sources

Returns a list of all marketing sources

image-png-Mar-22-2024-01-24-05-8317-PM /marketing-sources

https://api.oauth.pabau.com/{api_key}/marketing-sources

Request

 

Query Parameters:  
api_key *  

Response sample

application/json

{
  "success": true,
"total": 2,
  "marketing_sources": [
    {
    "id": 1,
      "source_name": "Client Referral"
    },
    {
    "id": 2,
      "source_name": "Employee"
  }
  ]
}