The Blocks endpoints let you block and unblock users, and retrieve the list of users blocked by the authenticated user.Documentation Index
Fetch the complete documentation index at: https://generaltranslation.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Block
Block a user
Unblock
Unblock a user
Blocked users
Get your blocked user list
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /2/users/:id/blocking | Get blocked users |
| POST | /2/users/:id/blocking | Block a user |
| DELETE | /2/users/:source_user_id/blocking/:target_user_id | Unblock a user |
Example: Get blocked users
Example: Block a user
Getting started
Prerequisites
- An approved developer account
- A Project and App in the Developer Console
- User Access Tokens via OAuth 2.0 PKCE
Quickstart
Get started with blocks
Integration guide
Key concepts and best practices
API Reference
Full endpoint documentation