Check follow status
GET
/subscriptions/status
Returns whether followerId currently follows followingId.
Authorizations
BearerAuth
Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.
Type
HTTP (bearer)
Parameters
Query Parameters
followerId*
Type
Requiredstring
followingId*
Type
Requiredstring
followingType
Defaults to "user".
Type
string
Valid values
"user""organization"Default
"user"Responses
Follow status
application/json
JSON
{
"isFollowing": true
}