Versions Compared

Key

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

...

Obtaining MailUp account details for the connected account

This is probably the easiest way to test if your application is properly connected to the MailUp console account that has been specified during login.

DescriptionReturns profile info for authenticated user account
HTTP MethodGET
URLhttps://services.mailup.com/API/v1.1/Rest/ConsoleService.svc/Console/Authentication/Info
JSON request parameters (example)none
JSON response (example){"Company":"MailUp","IsTrial":true,"UID":"388","Username":"m1234","Version":"8.5"}
Paging and filtering (example)none

How to create a console account

This is an advanced feature that can be added to plugin modules for a commercial (or open source) platforms. It allows to platform user to easily activate a trial MailUp account in order to test the integration. 

...


Creating a new MailUp account via the MailUp API

MailUp accounts can be created remotely by authorized applications.

This can provide a better user experience where the user of the connected application is allowed to quickly create a new trial account directly from within the application. 

See remove account provisioning for details.