Block
Blocking a user is done via the following API endpoint.
POST: https://api.scored.co/api/v2/action/block
Parameters
The following parameters are valid.
Value | Type | Required | Description |
---|---|---|---|
target | string | true | username of the user to be blocked |
In order to reverse the block, you must block the user again. There is no direct "unblock" feature.