List followers of a person

GET {{baseUrl}}/persons/:id/followers

Lists the followers of a person.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"success":true,"data":[{"user_id":123,"id":456,"deal_id":789,"add_time":"2020-09-09 11:36:23"}],"additional_data":{"pagination":{"start":0,"limit":100,"more_items_in_collection":true}}}