The Basics (Overview)
This document will help you to get started with the basics such as authorization, sending and receiving messages.
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
Webhooks (Incoming messages)
Callback URL Header Authentication (Optional)
Last updated
Was this helpful?