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
string
required
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:
boolean
true — the authenticated user follows this user.string
ID of the follow record.
string
ISO timestamp of when the follow was created.
boolean
false.
