Relationship
Represents the relationship between accounts, such as following / blocking / muting / etc.
Example
{
"id": "1",
"following": true,
"showing_reblogs": true,
"followed_by": true,
"blocking": false,
"blocked_by": false,
"muting": false,
"muting_notifications": false,
"requested": false,
"domain_blocking": false,
"endorsed": false
}Required attributes
id
idfollowing
followingrequested
requestedendorsed
endorsedfollowed_by
followed_bymuting
mutingmuting_notifications
muting_notificationsshowing_reblogs
showing_reblogsblocking
blockingdomain_blocking
domain_blockingblocked_by
blocked_bySee also
Last updated
Was this helpful?
