Skip to main content

Getting Started

API Credential

To receive API credential for the Analytics, kindly contact sales@cbwmailer.com along with your details.

Signature

In order to call APIs for their corresponding service, each payload needs to be digitally signed using the private key shared with you. Kindly follow the below steps to create the signature:

  1. Paste the private key shared with you, under file name "pri.pem"
  2. Paste the Payload object under the file name "request.json" and
  3. Run this command: "openssl dgst -sha256 -sign pri.pem request.json |base64"
  4. Your signature shall be generated
  5. Copy and paste the base64 string in the "Signature" field value, under the api object
note

openssl is required to run the tool