curl --location --request POST 'https://api.linkvite.io/v1/bookmarks' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <token>' \ --data-raw '{ "url": "https://example.com", "collection": "<collection_id>" }'
{ "success": 1, "user_group": { "team_id": 113, "token": "<user_group_token_to_auth_dashboard>", "name": "ok", "provided_id": "6" } }
This endpoint allows you to create a new bookmark.
Show Toggle object