ActiveCampaign / activecampaign-api-php

MIT License
115 stars 76 forks source link

How to get tags through api #66

Closed sumiitmalik closed 7 years ago

sumiitmalik commented 7 years ago

This is request code: $activecampaignObj->api('tags/list');

Response i got is : An unexpected problem occurred with the API request. Some causes include: invalid JSON or XML returned. Here is the actual response from the server: ---- [{"id":1,"name":"Tag 1","count":0},{"id":2,"name":"Tag 2","count":0}]

jaschaio commented 7 years ago

Getting the same error, how did you resolve it?