endorsements

Feature other profiles on your own profile. See also accounts/:id/{pin,unpin}

GET https://mastodon.example/api/v1/endorsements

Accounts that the user is currently featuring on their profile. Returns: Array of Account OAuth: User token + read:accounts Version history: 2.5.0 - added

Query Parameters

Name
Type
Description

limit

string

Maximum number of results to return. Defaults to 40.

max_id

string

Internal parameter. Use HTTP Link header from response for pagination

since_id

string

Internal parameter. Use HTTP Link header from response for pagination.

Headers

Name
Type
Description

Authorization

string

Bearer <user token>

Last updated

Was this helpful?