Elora Logo

Home

Introduction

Errors

WhatsApp

Send Message

Send Template

Incoming Messages

Incoming Notifications

Introduction

Understand general concepts, response codes, and authentication strategies for the Elora messaging API.

Base URL

The Elora messaging API is built on REST principles. We enforce HTTPS in every request to improve data security, integrity, and privacy. All requests contain the following base URL:

https://api.eloratechnology.com

Authentication

To authenticate, add an Authorization header to your requests. Replace the placeholder with your actual production API key.

Authorization:Bearer sk_live_xxxxxxxxx

To generate a new API key From the dashboard select:API Key Configuration → Generate API Key

Keep this key safe. For security reasons, we cannot retrieve it for you later. Generating a new key will permanently revoke access for your current key.

The API only supports encrypted HTTPS requests.