Skip to main content

MailChimp API Key

Description

General

  • Documentation: https://mailchimp.com/developer/
  • Summary: Mailchimp is an email marketing service. It supports an API to integrate any application with the emailing services.
  • IPs allowlist: As of the time of writing this documentation, this feature is not yet supported.
  • Scopes: A key has the same permissions as the user who created it. The owner and the administrator of an account can invite other people to collaborate and chose their level of access between five profiles. See docs for more details.

Revoke the secret

An API Key can easily be de-activated from the Mailchimp dashboard in Extras/API Key` tab.

Check for suspicious activity

Depending on the Mailchimp plan, logs of API calls are available in the mailchimp dashboard.

Details for Mailchimp basic auth

  • Family: Api

  • Category: Messaging system

  • Company: MailChimp

  • High recall: True

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 13.73

  • Prefixed: True

  • PreValidators:

- type: ContentWhitelistPreValidator
patterns:
- -us

Examples

- text: |
curl -H "Authorization: Bearer ae54fcc23ade65fa404a65e78c56f898-us1" \
https://api.linode.com/v4/account
apikey: ae54fcc23ade65fa404a65e78c56f898-us1

How can I help you ?