Incoming Webhooks

Programmatically save links. Send a POST request to your unique webhook URL to save bookmarks from any application.

curl -X POST https://bookmark.app/api/v1/links \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d "url=https://example.com"
Back to Integrations