Follow User
POST
/2/users/{id}/following
Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.twitter.com/2/users//following' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"data": {
"following": true,
"pending_follow": true
},
"errors": [
{
"detail": "string",
"title": "string",
"status": 0,
"type": "about:blank"
}
]
}
Request
Path Params
id
string
required
Body Params application/json
Responses
Modified at 2022-09-10 21:25:17