Getting Started with Pepipost API ( Edit )
You can try Pepipost API online with Pepipost Live API console at https://docs.pepipost.com/console/#/Email .
Pepipost APIs are not completely REST complaint. We have 2 types of API to send an email:
- REST
- JSON
Our REST APIs are those APIs, which accept each parameters as a separate HTTP variable.
Example:
https://api.pepipost.com/api/example.rest?foo=bar&foz=baz
Our JSON APIs are those APIs, which accept all parameters formatted as a JSON string provided as a value of single paramater (namely, data).
Example:
https://api.pepipost.com/api/example.rest?data={"foo":"bar","foz":"baz"}
https://api.pepipost.com/api/
- REST/Email send
- JSON/Email send
In order to use our API: