GET /api/v1/accounts/relationships

Return the follow and block relationship state between the authenticated user and each account specified via the id query parameter array.

Required Scopes

  • account:read

Parameters

Name In Required Type Description
id query no array[number]

Request Body

None.

Responses

200

relationships

Schema: array[object]

Field Type Required Description
id number yes
following boolean yes
followed boolean yes
following_requested boolean yes
follower_requested boolean yes
blocking boolean yes