Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.x.com/llms.txt

Use this file to discover all available pages before exploring further.

List members lookup: Standard v1.1 compared to X API v2

If you have been working with the standard v1.1 GET lists/members and GET lists/memberships endpoints, the goal of this guide is to help you understand the similarities and differences between the standard v1.1 and X API v2 List member endpoints.
  • Similarities
    • Authentication methods
  • Differences
    • Endpoint URLs
    • Rate limits
    • App and Project requirements
    • Data objects per request limits
    • Response data formats
    • Request parameters

Similarities

Authentication Both endpoint versions support both OAuth 1.0a User Context and App only. Therefore, if you were previously using one of the standard v1.1 List members endpoints, you can continue using the same authentication method if you migrate to the X API v2 version. Depending on your authentication library/package of choice, App only authentication is probably the easiest way to get started and can be set with a simple request header. To learn how to generate an App only Access Token, see this App only guide.

Differences

Endpoint URLs