Mailwip REST API
Root API URL: https://api.mailwip.com
Resources URl are computed from this root api url. Before making an API Request, you would need to get an API key and authenticate with our api server.
Below are list of API endpoint we currently support together with their detail documents.
All API requests has to pass an apikey parameter in the request header or as a request params. An example request in curl will looks like this:
curl 'https://api.mailwip.com/v1/mails?limit=10' \ --header 'apikey: [yourapikey]'
To generate API key, go to API management. It's a menu under your Profile.
We support pagination with 2 parameters.