Versions Compared

Key

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

...

After passing the authorization process, the client application impersonates a MailUp user. Then, the resources the user is enabled to get or set are accessible by calling related API endpoints. For more detailed information about available resources and related API methods, please refer to the specific documentation of the REST API Resources

 According to the OAuth v2 specification, an access token needs to be provided in the request's HTTP header to access protected information/resources. MailUp API requires using the "Bearer Token". Please check out the example below or refer to the RFC 6750 page for details.

...

  • Lists and Groups: create, manage, delete: all resources and methods are explained at this link.

  • Recipients: Import, modify, manage, delete: all resources are explained at this link.

  • Email Messages: Create, modify, delete, sent: all resources are explained at this link.

  • Email statistics: Get the statistics related to the Email message sent: all resources are explained at this link.

  • Text Message SMS: Create, modify, delete, sent, get statistics: all resources are explained at this link.

  • MailUp Account: Get details of the connected MailUp Account at this link.

MailUp Rest API Standard : Paging and filtering

...