The Basics (Overview)
This document will help you to get started with the basics such as authorization, sending and receiving messages.
Base URL
360dialog On-Premise API (old)
360dialog Cloud API (standard)
Authorization
Retrieve your API Key
curl \
-H "D360-API-KEY: {{your-api-key}}" \
-X POST \
https://{{base-url}}/v1/messages \
-H "Accept: application/json"
...Sending Messages
Receiving Messages
Webhook Requirements
Set your callback URL
Callback URL Header Authentication (Optional)
Last updated
Was this helpful?