cURL
curl --request GET \ --url https://api.dontdie.com/account/bookmarks \ --header 'Authorization: Bearer <token>' \ --header 'x-dd-client-id: <api-key>'
[ { "userId": "1234-5678-9012-3456", "postId": "1234-5678-9012-3456", "createdAt": "2021-01-01T00:00:00Z" } ]
Gets the list of bookmarks for a given user
Enter your Bearer token in the format: Bearer
Your API client ID for the request
The offset of the bookmarks to get
The limit of the bookmarks to get
OK
The ID of the user
"1234-5678-9012-3456"
The ID of the post
The date the bookmark was created
"2021-01-01T00:00:00Z"
Was this page helpful?