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
}
]
}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
}
]
}Documentation Index
Fetch the complete documentation index at: https://learn.social.plus/llms.txt
Use this file to discover all available pages before exploring further.