Skip to content

My block list (private to the caller)

GET
/account/blocked

Paginated list of users the caller has blocked, with the optional private reason. The reverse direction (“who blocked me”) is deliberately NOT exposed per platform convention — it’s the blocker’s privacy.

limit
integer
default: 50 >= 1 <= 200

Blocked-users list.

object
users
required
Array<object>
object
ref
required
integer format: int64
username
required
string
display_name
string
nullable
avatar_url
string
nullable
reason
string
nullable
since
required
string format: date-time

Authentication required, missing, or invalid

object
error
required

Human-readable error summary

string
Example
the request could not be completed
Example
{
"error": "authentication required: sign in and retry with a valid session or API token"
}