documentation/content/en/api/rest/follow-suggestions.md

541 B

title menu
Follow suggestions
docs
parent weight
rest-api 10

GET /api/v1/suggestions

Accounts the user had past positive interactions with, but is not following yet.

Returns array of [Account]({{< relref "entities.md#account" >}})

Resource information

{{< api_method_info auth="Yes" user="Yes" scope="read" version="2.4.3" >}}

DELETE /api/v1/suggestions/:account_id

Remove account from suggestions.

Resource information

{{< api_method_info auth="Yes" user="Yes" scope="read" version="2.4.3" >}}