Get a list of pinned items

Fetches a list of pinned items based on the input parameters. The list of pinned items are specific to the current user or actor. This api supports pagination.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
optionsobjectOptional

Response

Returns the list of pins and the total count.
pinslist of objectsOptional
countdoubleOptional

Errors

500
Internal Server Error