S SoftTimur Member May 14, 2024 #1 Hello, I would like to use MailWizz APIs. But I cannot find where to set the public and private keys in MailWizz version 2.3.6. Could anyone help? Thank you
Hello, I would like to use MailWizz APIs. But I cannot find where to set the public and private keys in MailWizz version 2.3.6. Could anyone help? Thank you
twisted1919 Administrator Staff member May 14, 2024 #2 MaiLWizz v2 uses just a single key, see https://www.mailwizz.com/kb/find-api-info/
S SoftTimur Member May 14, 2024 #3 twisted1919 said: MaiLWizz v2 uses just a single key, see https://www.mailwizz.com/kb/find-api-info/ Click to expand... Thank you. Then, how could i set up the `config` with only one single key? Is it just `private_key`? Python: config = Config({ 'api_url': 'http://www.mailwizz-powered-website.tld/api', 'public_key': 'PUBLIC_KEY', 'private_key': 'PRIVATE_KEY', 'charset': 'utf-8' })
twisted1919 said: MaiLWizz v2 uses just a single key, see https://www.mailwizz.com/kb/find-api-info/ Click to expand... Thank you. Then, how could i set up the `config` with only one single key? Is it just `private_key`? Python: config = Config({ 'api_url': 'http://www.mailwizz-powered-website.tld/api', 'public_key': 'PUBLIC_KEY', 'private_key': 'PRIVATE_KEY', 'charset': 'utf-8' })
twisted1919 Administrator Staff member May 14, 2024 #4 Set the key in both fields, for public and private in your above case