Skip to content

Gets pinned boards for the current user on the current realm.

GET
/users/@me/pins/realms/{realm_id}
realm_id
required
string format: uuid

The id of the realm.

Examples

the twisted-minds realm id

76ef4cc3-1603-4278-95d7-99c59f481d2e

The user data.

object
pinned_boards
required

A map from board id to its LoggedInSummary for each pinned board.

object
key
additional properties
object
id
required
string format: uuid
realm_id
required
string
slug
required
string
avatar_url
required
string format: uri-reference
tagline
required
string
accent_color
required
string
logged_in_only
required
boolean
delisted
required
boolean
muted
required
boolean
pinned
required
boolean
index
required
number

User was not found in request that requires authentication.

User is not authorized to perform the action.