The ListAddressBooks method lists all the available address books within the your dotMailer account.
This will return the ID numbers of the address books which you will need for other API methods.
Parameters
| username |
string |
This is the username from your API key. It is in the format of an email address and will look similar to apiuser‑908709770324@apiconnector.com |
required |
| password |
string |
This is the password from your API key. |
required |
Return values
| Address Books |
array |
An array of APIAddressBook objects; each consisting of an ID (integer) and a name (string). |