🟢Get Direct Following

Given a list of input FIDs, return a list of FIDs that only the input FIDs are directly following.

/links/following/fids

Get Direct Following For Fids

post

Given a list of input fids, return a list of fids that only the input fids are direcly following.

Query parameters
limitany ofOptionalDefault: 100
integer · max: 1000Optional
or
nullOptional
Body
integer[]Optional
Responses
200
Successful Response
application/json
Responseany
post
POST /links/following/fids HTTP/1.1
Host: graph.cast.k3l.io
Content-Type: application/json
Accept: */*
Content-Length: 5

[
  1,
  2
]

No content

Query via handles:

/links/following/handles [Try It!]

Last updated