Skip to main content
POST
/
account
/
bookmarks
/
{postId}
Create Bookmark
curl --request POST \
  --url https://api.dontdie.com/account/bookmarks/{postId} \
  --header 'Authorization: Bearer <token>' \
  --header 'x-dd-client-id: <api-key>'

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format: Bearer

x-dd-client-id
string
header
required

Your API client ID for the request

Path Parameters

postId
string<uuid>
required

The ID of the post

Response

OK