Title: thomassettle's Replies | WordPress.org

---

# thomassettle

  [  ](https://wordpress.org/support/users/thomassettle/)

 *   [Profile](https://wordpress.org/support/users/thomassettle/)
 *   [Topics Started](https://wordpress.org/support/users/thomassettle/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thomassettle/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thomassettle/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thomassettle/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thomassettle/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thomassettle/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] Error! API Key must belong to “Owner”, “Admin”, or “Manager.”](https://wordpress.org/support/topic/error-api-key-must-belong-to-owner-admin-or-manager/)
 *  [thomassettle](https://wordpress.org/support/users/thomassettle/)
 * (@thomassettle)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/error-api-key-must-belong-to-owner-admin-or-manager/#post-8411872)
 * I also confirmed the API Key is valid using the mailchimp API PHP class as defined
   here: [https://www.inkthemes.com/learn-how-to-use-mailchimp-api-in-wordpress-plugin/](https://www.inkthemes.com/learn-how-to-use-mailchimp-api-in-wordpress-plugin/)
 *     ```
       <?php
       require_once 'MCAPI.class.php';
       $apikey='xxxxxxxxxxxxxxxxxxxxxxx'; // Enter your MailChimp API key here
       $api = new MCAPI($apikey);
       $retval = $api->lists();
       foreach ($retval['data'] as $list){
       echo $list['name']; echo "&nbsp"; echo "&nbsp"; echo "&nbsp"; echo "&nbasp"; echo "&nbsp";
       echo $list['id'];
       echo "<br />";
       }
       ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] Error! API Key must belong to “Owner”, “Admin”, or “Manager.”](https://wordpress.org/support/topic/error-api-key-must-belong-to-owner-admin-or-manager/)
 *  [thomassettle](https://wordpress.org/support/users/thomassettle/)
 * (@thomassettle)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/error-api-key-must-belong-to-owner-admin-or-manager/#post-8411801)
 * I am having the same issue. I am running Version 1.5.3 of the MailChimp plugin.
   I am on WordPress v3.6.1 on PHP 5.4. I have tried with multiple API keys now 
   and I am the MailChimp account owner.

Viewing 2 replies - 1 through 2 (of 2 total)