Fetch Follow Status
User Follow Operations
Fetch Follow Status
Check if current user follows the specified user
GET
Fetch Follow Status
Check if the current user follows the specified user and get follow relationship details.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
ID of the user to check follow status with
Response
Whether the current user follows the specified user
ID of the follow relationship if it exists, null otherwise
Timestamp when the follow relationship was created, null if not following
Error Responses
Invalid User ID - 400 Bad Request
Invalid User ID - 400 Bad Request
Unauthorized - 401 Unauthorized
Unauthorized - 401 Unauthorized
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error

