blocks
View your blocks. See also accounts/:id/{block,unblock}
Blocked users
GET
/api/v1/blocks
Returns: Array of Account
OAuth: User token + read:blocks
Version history:
0.0.0 - added
Query Parameters
Name
Type
Description
max_id
string
Internal parameter. Use HTTP Link header for pagination instead.
since_id
string
Internal parameter. Use HTTP Link header for pagination instead.
limit
string
Maximum number of results. Defaults to 40.
Headers
Name
Type
Description
Authorization
string
Bearer <user token>
Last updated
Was this helpful?