Get list of users I’m following.
cURL
curl --request GET \ --url https://staging-api.polysimulator.com/me/following
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
1 <= x <= 100
x >= 0
Successful Response
Was this page helpful?