Class AuthorizedApps
-
MailChimp\MailChimp
-
MailChimp\AuthorizedApps\AuthorizedApps
Methods summary
public
|
#
getApps( array $query = [] )
Get a list of Authorized Apps for the account
Get a list of Authorized Apps for the account
Available query fields:
array["fields"] array list of strings of response fields to return
array["exclude_fields"] array list of strings of response fields to exclude (not to be used with "fields")
array["count"] int number of records to return
array["offset"] int number of records from a collection to skip.
|
public
|
#
getApp( $app_id, array $query = [] )
Get a list of Authorized Apps for the account
Get a list of Authorized Apps for the account
Available query fields:
array["fields"] array list of strings of response fields to return
array["exclude_fields"] array list of strings of response fields to exclude (not to be used with "fields")
|
public
object
|
#
manageApp( string $client_id, string $client_secret )
Retrieve OAuth2-based credentials to associate API calls with your application.
Retrieve OAuth2-based credentials to associate API calls with your application.
Parameters
- $client_id
- $client_secret
Returns
object with access_token and viewer_token
|
__construct()
,
authorizedApps()
,
automations()
,
batchOps()
,
campaignFolders()
,
campaigns()
,
conversations()
,
createLog()
,
ecommerce()
,
execute()
,
fileManager()
,
fileManagerFolders()
,
getAccountInfo()
,
getMemberHash()
,
lists()
,
logData()
,
optionalFields()
,
reports()
,
searchMembers()
,
templateFolders()
,
templates()