Skip to main content
POST
Create Users Bookmark

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"

Body

application/json
tweet_id
string
required

The ID of the Post to add to the user's Bookmarks.

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

Optional ID of the Bookmark folder to add the Post to. When omitted, the Post is added to the user's top-level Bookmarks only.

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

Response

The request has succeeded.

data
object
errors
object[]