Marketing
campaigns, social, brand boards & links api
Get Campaigns
cURL
curl --request GET \ --url https://services.leadconnectorhq.com/campaigns \ --header 'Authorization: Bearer <token>' \ --header 'Version: <version>'
{ "campaigns": [ { "id": "mIVALPYuTD7YjUHnFEx4", "name": "test", "status": "published", "locationId": "ve9EPM428h8vShlRW1KT" } ] }
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28
Successful response
Show child attributes
Was this page helpful?