Description
Get all the chat users
Get a list of all the chat users and their system ID so you can send them a message.


API URL
POST-fetch
https://mbo-sd.nl/api/chat/send-message
Properties to send with the POST
bearertoken: logged in bearertoken
to_user_id: user id (as given in the user-list) to which you want to send a message
message: message to send to the other user
Return data
status: true/ false if send was succesful
message: extra message about the status
errors: array with error messages (empty array if status is true)
Back to chat API overview  ||  Back to readme index pages