Automatically create API keys?

Colin

New Member
Is there any programmatic way to prod MailWizz into creating API keys for a customer? I can't see anything in the API to do it.

Reason I ask is that I have hundreds of customers to set up, and then interface with our own code, hence the need for API keys. Just getting Mailwizz to create them would be enough, I can see how I can extract them from the database with a bit of php and SQL to save a load of copying and pasting of them into our system.

Or even some way to make the creation of a pair of keys the default when a new customer is created?

Colin
 
I can see how I can extract them from the database with a bit of php and SQL to save a load of copying and pasting of them into our system.
Using same method, you can also add new keys, isn't it? They're just random sha1 strings.
 
Back
Top