Follow User
string
POST
string
/following/
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
string
required
The unique identifier of the user to follow
Query Parameters
string
required
CAPTCHA token for verification
Response
object
Created - User followed successfully
Unfollow User
string
DELETE
string
/following/
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
string
required
The unique identifier of the user to unfollow
Response
object
Success - User unfollowed successfully
Get Following
string
GET
string
/following/
Authentication
Requires JWT authentication viaAuthorization: Bearer <token> header.
Path Parameters
string
required
The unique identifier of the user
Response
object
Success - Returns list of following relationships