Skip to main content
GET
Get Users Bookmarks by Folder ID

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

Unique identifier of a User

Pattern: ^[0-9]{1,19}$
Example:

"2244994945"

folder_id
string
required
Pattern: ^[0-9]{1,19}$

Query Parameters

max_results
integer<int32>
Required range: 1 <= x <= 100
pagination_token
string

A base32hex-encoded pagination token.

Response

The request has succeeded.

data
object[]

The Posts in this bookmark folder, by ID.

errors
object[]