Ranking Key
Post a shout message
API Documentation
Ranking Key
Staff History
Workspace
Sessions
Orders
Ranking Key
Post a shout message
PATCH
/
ranking
/
shout
curl --request PATCH \
--url https://api.readmin.app/ranking/shout \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"message": "<string>"
}'
{
"success": true,
"message": "Shout has been posted"
}
Authorizations
Body
application/json
curl --request PATCH \
--url https://api.readmin.app/ranking/shout \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"message": "<string>"
}'
{
"success": true,
"message": "Shout has been posted"
}