Skip to main content
POST
/
2
/
users
/
{id}
/
followed_lists
Follow List
curl --request POST \
  --url https://api.x.com/2/users/{id}/followed_lists \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "list_id": "1146654567674912769"
}'
{
  "data": {
    "following": true
  },
  "errors": [
    {
      "detail": "<string>",
      "status": 123,
      "title": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required
Example:

Body

application/json
list_id
string
required
Example:

Response

data
object
errors
object[]
Minimum length: 1