Skip to main content
This guide walks you through retrieving your muted users list using the X API.
PrerequisitesBefore you begin, you’ll need:
  • A developer account with an approved App
  • User Access Token (OAuth 1.0a or OAuth 2.0 PKCE)

Get your muted users

1

Get your user ID

You need your authenticated user’s ID. You can find it using the user lookup endpoint or from your Access Token (the numeric part is your user ID).
2

Request your muted users

cURL
3

Review the response


Include additional data

Use expansions to get related data like pinned Posts:
cURL

Response with expansion


Paginate through results

The SDKs handle pagination automatically. For cURL, use the next_token from the response:

Next steps

Manage mutes

Mute and unmute users

API Reference

Full endpoint documentation