* Example response:
```json
{
- id: "abcdefg",
- following: true,
- followed_by: false,
- blocking: false,
- muting: false,
- muting_notifications: false,
- subscribing: true,
- requested: false,
- domain_blocking: false,
- showing_reblogs: true,
- endorsed: false
+ "id": "abcdefg",
+ "following": true,
+ "followed_by": false,
+ "blocking": false,
+ "muting": false,
+ "muting_notifications": false,
+ "subscribing": true,
+ "requested": false,
+ "domain_blocking": false,
+ "showing_reblogs": true,
+ "endorsed": false
}
```
* Example response:
```json
{
- id: "abcdefg",
- following: true,
- followed_by: false,
- blocking: false,
- muting: false,
- muting_notifications: false,
- subscribing: false,
- requested: false,
- domain_blocking: false,
- showing_reblogs: true,
- endorsed: false
+ "id": "abcdefg",
+ "following": true,
+ "followed_by": false,
+ "blocking": false,
+ "muting": false,
+ "muting_notifications": false,
+ "subscribing": false,
+ "requested": false,
+ "domain_blocking": false,
+ "showing_reblogs": true,
+ "endorsed": false
}
```