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.
When not following:
Path Parameters
The Sublay 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.
