List the authenticated user's blocked users
GET
/user/list_blocked
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”page
integer
Page number of results to return (1-based)
limit
integer
Page size of results
Responses
Section titled “Responses”BlockedUserList
Media typeapplication/json
Array<object>
BlockedUser represents a blocked user.object
block_id
integer format: int64
created_at
string format: date-time
Examplegenerated
[ { "block_id": 1, "created_at": "2026-04-15T12:00:00Z" }]APIUnauthorizedError is a unauthorized error response
Media typeapplication/json
object
message
string
url
string
Examplegenerated
{ "message": "example", "url": "example"}APIForbiddenError is a forbidden error response
Media typeapplication/json
object
message
string
url
string
Examplegenerated
{ "message": "example", "url": "example"}