API Endpoint

All our APIs are accessible using the below endpoint: https://api.pepipost.com/v2/

Request data is passed to the API by POSTing JSON objects to the API endpoints with appropriate parameters. The documentation for each API call will contain more details about the parameters accepted by the call. As an alternative, you can also use HTTP POST parameters, just like submitting an HTML FORM, but JSON objects are recommended.

Output Formats

We have depricated XML output formats in APIv2.0. Now, all outputs are returned in:

json

Prerequisites

In order to use our API:

You need sign up for a pepipost account, login and get the API key.
You must have one sending domain configured and active under your account.