Skip to main content
POST
Create Follow
Create a follow relationship between the authenticated user and another user. This establishes a one-way follow relationship where the authenticated user will follow the specified user.

Path Parameters

string
required
ID of the user to follow

Response

string
Unique identifier for the follow relationship
string
ID of the user who is following (current authenticated user)
string
ID of the user being followed
string
Timestamp when the follow relationship was created

Error Responses


Notes

  • This endpoint creates a Follow relationship in the database
  • Follows are one-way relationships that do not require approval
  • Users cannot follow themselves
  • Duplicate follow requests return a 409 status
  • Rate limiting: 75 requests per 5 minutes