My block list (private to the caller)
GET /account/blocked
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
integer
Responses
Section titled “ Responses ”Blocked-users list.
object
users
required
Array<object>
object
ref
required
integer format: int64
username
required
string
display_name
string
avatar_url
string
reason
string
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 completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}