Skip to main content
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.

Path Parameters

string
required
The Sublay user ID (UUID) of the user to check follow status for.

Response

On success, returns HTTP 200. 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.
When not following:
boolean
false.

See Also