This will allow you to get all the tags from the account.
Type | Parameters | Values |
POST | cmd* | retrieve_account_tags |
* Required fields Here is an example:
'actions' => [ '0' => [ 'cmd' => 'retrieve_account_tags' ] ]
Here are the results returned by the request:
Parameters | Values |
account_tags | String (JSON encoded array containing the names of all the tags in your account, empty array if no tags) |
{ "status":"Success", "account_tags":[ "Tag name 1", "Tag name 2" ] }