Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

 

Panel
titleAPI keys & developer accounts in a nutshell
  • If you want to access the standard resources of the MailUp REST API, you need a pair of API keys.
  • First get the API keys from the Settings > Advanced settings > Developer's corner > API keys page. If this page is not accessible to your admin account, you may activate a separate developer account to perform this task.
  • Then access to MailUp REST API by specifying both the API keys and the MailUp account credentials (Authenticating with OAuth v2)

...

In order to use MailUp REST API, first you need to create an app. MailUp REST API accepts connections only from apps (i.e. client applications) that are pre-registered through the MailUp web interface. During this registration process, "Client ID" and "Client Secret" keys (aka API keys) are returned*.

Regardless you are developing an integration for your own purpose or you would like to distribute it as a generic connector, you need these keys to authenticate with MailUp REST API.

...

You don't need API keys if your integration is based only on SMTP+, transactional API, SOAP API or others.

 

*That's because our REST API uses OAuth2 authentication, and therefore your "application" needs to be uniquely identified via API keys and authorized to communicate with MailUp. Once the application has been authorized, user authentication is then handled via MailUp account credentials (i.e. the same application can be used by N different users).

 

How do I get the API keys for my app?

...

  1. Log in to MailUp with an "admin" account, 
  2. then go to Settings > Advanced settings > Developer's corner > API keys**
  3. After pressing "New keys", you will be asked to specify the following 
    1. the application name (very important in case of connectors you want to share with others)
    2. the application description (i.e. its purpose, mandatory for featured apps in the integrations catalog)
    3. the developer name (the name or the email address of a reference person)
  4. Finally, press "Request keys" and you will be redirected to a list of apps that also shows the corresponding keys.

**If you have a whitelabel account, you won't have access to this page. In this case you must request a "developer" MailUp account and get the keys using it. As stated in the previous paragraph, API keys are not tied to a specific MailUp account, so you are free to use them with an account that is not the one you used to create them

...

Do not submit your integration if it's for internal use or testing purposes (i.e. the integration will work properly anyway).