コンテンツにスキップ

/v0/accounts/:id/relationships

GET
/v0/accounts/:id/relationships
id
required

Account ID

string
Example
31415926535

Account ID

OK

object
id
required

Account ID

string
Example
31415926535
is_followed
required

Whether the account is followed by the target account

boolean
is_following
required

Whether the account is following the target account

boolean
Example
true
is_follow_requesting
required

Whether a follow request has been sent to the target account

boolean

Not Found

Account not found

object
error
required

Account not found.

string
Allowed values: ACCOUNT_NOT_FOUND

Internal Server Error

object
error
required

Internal server error.

string
Allowed values: INTERNAL_ERROR