Followers API documentation

Fetches the list of users along with the clients they are following

List of Users with following clientsπŸ”’

  • Endpoint: {{Base URL}}/users/following-clients

  • Method: GET

  • Description: Fetch the list of users with clients


Response

[

    {

        "id": 203,

        "name": "Aakriti Manandhar",

        "email": "[email protected]",

        "status": 1,

        "branch_name": "Australia Office"

    },

    {

        "id": 90,

        "name": "ABCDEFGHI JKLM",

        "email": "[email protected]",

        "status": 1,

        "branch_name": "Sydney Development Committee Office - Melbourne"

    }

]

Did this answer your question?
😞
😐
😁