Parameters
No parameters.
GET/v1/users/account_followers/{{account_id}}
bash
curl https://api.tradly.app/v1/users/account_followers/{{account_id}} \
-H "Authorization: Bearer YOUR_PUBLISHABLE_OR_SECRET_KEY" \
-H "Content-Type: application/json" \
-d '{}'RESPONSE
json
{
"status": true,
"data": {
"user": {
"id": "692ee113-310b-4e66-b5b5-33796f9616e3",
"first_name": "Charles",
"last_name": "Pearson",
"email": "your_name@example.com",
"profile_pic": "",
"email_verified": true
}
}
}