Versions Compared

Key

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

...

Developers that wish to use the MailUp REST API must first request a developer account (star) get a pair of API keys*

Once logged into their MailUp developer account, they can use the Developers tab to request application credentials (client_id and client_secret). Without these credentials the application will not be recognized by the authorization server and it won't be able to access the system. We recommend that these credentials are saved in a safe way (e.g. inside the application's non-public source code) in order to prevent any changes. The developer is responsible for keeping them secret and safe.

(star) Please *Please contact MailUp support if the MailUp Dev portal is not accessible.

Authorization

The client application requests to be authorized to communicate with the MailUp REST API by sending its private credentials to the authorization server.

...