documentation/content/en/methods/accounts/bookmarks.md

1.5 KiB

title description menu
bookmarks View your bookmarks. See also statuses/:id/{bookmark,unbookmark}
docs
weight parent
10 methods-accounts

{{< api-method method="get" host="https://mastodon.example" path="/api/v1/bookmarks" title="Bookmarked statuses" >}} {{< api-method-description >}}

Statuses the user has bookmarked.

Returns: Array of Status
OAuth: User token + read:bookmarks
Version history:

  • 3.1.0 - added

{{< endapi-method-description >}} {{< api-method-spec >}} {{< api-method-request >}} {{< api-method-headers >}} {{< api-method-parameter name="Authorization" type="string" required=true >}} Bearer <user token> {{< endapi-method-parameter >}} {{< endapi-method-headers >}} {{< api-method-query-parameters >}} {{< api-method-parameter name="limit" type="string" required=false >}} {{< endapi-method-parameter >}} {{< api-method-parameter name="max_id" type="string" required=false >}} {{< endapi-method-parameter >}} {{< api-method-parameter name="since_id" type="string" required=false >}} {{< endapi-method-parameter >}} {{< api-method-parameter name="min_id" type="string" required=false >}} {{< endapi-method-parameter >}} {{< endapi-method-query-parameters >}} {{< endapi-method-request >}} {{< api-method-response >}} {{< api-method-response-example httpCode=200 >}} {{< api-method-response-example-description >}} {{< endapi-method-response-example-description >}}


{{< endapi-method-response-example >}} {{< endapi-method-response >}} {{< endapi-method-spec >}} {{< endapi-method >}}