Introduction

View as Markdown

Public API reference for Teekrr — a multi-tenant omnichannel messaging platform (SMS · WhatsApp · Email) for Malaysian businesses.

Base URL (production): https://api.teekrr.com Base URL (staging): https://api.staging.teekrr.com Authentication: Bearer API key in the Authorization header. Response envelope: success = { data: ... }, error = { message: ..., errors?: [{ field, message }] }.

All requests in this collection inherit the collection-level Bearer auth via the {{apiKey}} variable. Set this variable to your real API key in your Postman environment (do not commit a real key into the shared workspace).

For a rendered, browsable version of these docs visit https://docs.teekrr.com (once published).

Folders:

  • 00 Overview — what Teekrr is, billing model, response envelope
  • 01 Authentication — API keys, Bearer header, IP whitelist, permission scopes
  • 02 SMS — POST /sms
  • 03 WhatsApp — POST /whatsapp, POST /whatsapp/test, POST /whatsapp/upload-header-image
  • 04 Email — POST /email
  • 05 Webhooks — outbound delivery / failed / billed / bounced events
  • 06 Error Codes — full HTTP status reference
  • 07 Examples — end-to-end recipes