/friendships/create.json
POST
/friendships/create.json
users to follow the user specified in the ID parameter.
failure condition when unsuccessful. If you are already friends with the user a HTTP 403 may be
returned, though for performance reasons you may get a 200 OK message even if the friendship already
exists.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.twitter.com/1.1/friendships/create.json'
Response Response Example
{}
Request
None
Responses
Modified at 2022-09-10 16:58:08