lookupOwnedFeaturedTags abstract method

Future<MastodonResponse<List<FeaturedTag>>> lookupOwnedFeaturedTags()

List all hashtags featured on your profile.

Endpoint Url

  • GET /api/v1/featured_tags HTTP/1.1

Authentication Methods

  • OAuth 2.0

Required Scopes

  • read:accounts

Reference

Implementation

Future<MastodonResponse<List<FeaturedTag>>> lookupOwnedFeaturedTags();