Get Follow Status
User Follow Operations
Get Follow Status
Check whether the authenticated user follows a specific user
GET
Get Follow Status
Returns the follow status between the authenticated user and the specified user. If the authenticated user is following, the response includes the follow record ID and timestamp.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
The Replyke user ID (UUID) of the user to check follow status for.
Response
On success, returns HTTP200. The shape differs based on follow status:
When following:
true — the authenticated user follows this user.ID of the follow record.
ISO timestamp of when the follow was created.
false.
