Versions Compared

Key

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

This is the required flow to be implemented by any client application using the MailUp API. When following this flow, the client application exchanges credentials with the MailUp authorization server, requesting user authorization to access the data in the MailUp account. If the user grants the authorization, the client will receive the tokens to impersonate the user and access the MailUp resources.
Not only does this kind of flow let the client application impersonate the user, but it also gives the user the peace of mind that his private credentials are only handled by MailUp. No username or password can be intercepted and stored by the client.

 


OAuth v2: 3 legged - Code Authorization code grant flow example

 


In the picture above you can view the generic operations involved in the authorization process, which can be divided into three main steps:

...