Send message to Android device
POST
/meetingspace/send_msg
Messaging
Last modified:2025-05-29 13:03:16
x-internal-usage:true
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/meetingspace/send_msg' \
--header 'Content-Type: application/json' \
--data-raw '{
"meeting_space_id": "5d1a99fd-4359-44ab-a61b-b5b0fe016ca9",
"state": "not-available",
"name": "5d1a99fd-4359-44ab-a61b-b5b0fe016ca9-2025-03-05-18-00-00-00-00",
"device_id": "5633cbabce114af4",
"customer_id": "1ecff66f-c0fe-443c-9062-68750a0af93b"
}'
Request
Body Params application/json