Partner API Introduction

All the information about the Mailazy Partner API endpoints, authentication and response


The Mailazy Partner API is built on HTTP:

  • Uses resource-oriented URLs
  • Uses built-in HTTP capabilities for passing parameters and authentication.
  • Responds with standard HTTP response codes to indicate errors.
  • Returns JSON.

Prerequisites

Before you can start using the API, you need to do the following:

  1. Request for Mailazy Partner Program via Mailazy Support Channel.

Base URL

https://partner.mailazy.com/api/

Authentication

You authenticate to the Mailazy Partner API by providing your Client ID and Secret in the request.

Response Messages

All responses are returned in JSON format. We specify this by sending the Content-Type header.