Skip to main content
  • Messages received
  • Messages sent (Template & Session)
  • Status of the messages sent (Sent/Delivered/read)
You can find the service specific webhook guides in sidebar.

Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
"security": [
  {
    "bearerAuth": []
  }
]