GET
/
api
/
v4
/
me
/
followInfo
Get my follow information.
curl --request GET \
  --url https://apix.us.amity.co/api/v4/me/followInfo \
  --header 'Authorization: Bearer <token>'
{
  "followCounts": [
    {
      "userId": "<string>",
      "followerCount": 123,
      "followingCount": 123,
      "pendingCount": 123
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Follow Count

The response is of type object.