MyNewsletterBuilder API
Overview Quick Start Examples Downloads
 
AccountKeys < Return to Method List
array AccountKeys(string $username, string $password [, boolean $disabled])
Retrieve a list of API keys. This method requires authentication.
Parameters
string username The account username.
string password The account password.
boolean disabled OPTIONAL. Include disabled keys. Default = FALSE.
Return Value
array Returns an array of keyed structures. Each structure will contain the following keys:

integer id The key id.
string key The API key.
string created The date/time the key was created. YYYY-MM-DD HH:II:SS
string expired The date/time the key was disabled. YYYY-MM-DD HH:II:SS
 
 
Copyright © 2003- MyNewsletterBuilder, Inc.