cURL
curl --request POST \ --url https://api.readmin.app/activity/sendData \ --header 'Content-Type: application/json' \ --header 'loader-id: <api-key>' \ --data ' { "events": [ { "type": "<string>", "date": 123, "user": "<string>", "message": "<string>", "to": "<string>" } ] } '
{ "success": true, "queuedActions": [ { "_id": "<string>", "internalGameId": "<string>", "type": "kick", "userId": "<string>", "message": "<string>", "created": "2023-11-07T05:31:56Z" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.readmin.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.readmin.app/llms.txt
Use this file to discover all available pages before exploring further.
Show child attributes
Data sent successfully