overview your first call subscribers mailing lists list ai campaigns sender profiles send campaign analytics insight

Your First API Call

Before getting stuck into the API. It is recommended that you test your connectivity by making a ping call using a GET request.

https://api.emailblaster.cloud/2.0/ping/

If all is correct, you will receive an HTTP 200 OK returned. Along with this, the following will be returned:


  {
   "status":"ok",
   "user":"Bob Smith",
   "organisation":"Bob Cake Shop Ltd"
}

You can use the ping call to check all is ok before performing a transaction.

cloud