cURL
curl --request POST \ --url https://api.agntdata.dev/v1/x/user/following \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "user_id": 4196397, "limit": 40 } '
{ "results": [], "continuation_token": null }
This endpoint returns the list of following
Bearer token. Pass your agntdata API key as: Authorization: Bearer agnt_live_...
Response