The ignores endpoint retrieves or modifies your ignores.
ignores
GET, POST
{
'data': [{ // Contains the requested data
'id': -1, // ID of the user
'username': 'xxxx' // Name of the user
}],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}id: ID of the user you want to mute
{
"id": -1
}Insufficient permissions (not being logged in)
{
"data": [
"You are not authorized to access this resource."
],
"status": "notAuthorized",
}id is missing
{
"data": [
"id is required"
],
"status": "requestError",
}{
'data': [{ // Contains the requested data
'id': -1, // ID of the user
'username': 'xxxx' // Name of the user
}],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}