Overview
  • Namespace
  • Class

Namespaces

  • MailChimp
    • AuthorizedApps
    • Automations
    • Batches
    • CampaignFolders
    • Campaigns
    • Conversations
    • Ecommerce
    • FileManager
    • Lists
    • Reports
    • TemplateFolders
    • Templates

Classes

  • AuthorizedApps

Class AuthorizedApps

MailChimp\MailChimp
Extended by MailChimp\AuthorizedApps\AuthorizedApps
Namespace: MailChimp\AuthorizedApps
Located at AuthorizedApps/AuthorizedApps.php

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

Methods inherited from MailChimp\MailChimp

__construct(), authorizedApps(), automations(), batchOps(), campaignFolders(), campaigns(), conversations(), createLog(), ecommerce(), execute(), fileManager(), fileManagerFolders(), getAccountInfo(), getMemberHash(), lists(), logData(), optionalFields(), reports(), searchMembers(), templateFolders(), templates()

API documentation generated by ApiGen