Notifications

The notification commands read and manage the connected account's own notification centre. All commands are account-scoped and require --account (or a default set via curviate config set-account).

Both writes (delete, show-less) are self-actions — they act only on the account's own cards and never notify or touch a third party. notification list is a read (no --preview; passing it is a usage error, exit code 2). The writes are --preview-capable and, following the destructive-write convention (see post / job close), have no confirmation prompt — their idempotent, reversible-in-spirit semantics make one redundant. Every command supports --json (automatic when stdout is not a TTY) and --fields.

Commands

# List your notification cards, newest first (paginated read)
# --filter selects one stream (default all):
#   all | jobs | mentions | my_posts | my_posts_comments |
#   my_posts_reactions | my_posts_reposts
curviate notification list [--filter <stream>] [--limit <n>] [--cursor <token>] [--all] [--max-pages <n>]

The list carries the account-level unread_count (the unseen badge — not a count of items) and latest_published_at (a cheap poll watermark). Injected/promo cards are included and flagged (injected: true), never filtered out. This feed throttles hard under fast polling — poll unread_count rather than deep-paging.

{
  "object": "NotificationListPage",
  "items": [
    {
      "card_urn": "urn:li:fsd_notificationCard:(urn:li:fsd_notification:9999,ALL)",
      "object_urn": "urn:li:activity:7290000000000000000",
      "headline": "Jane Smith commented on your post",
      "injected": false
    }
  ],
  "cursor": "eyJ…",
  "unread_count": 3,
  "latest_published_at": 1730000000000
}
# Delete one of your own notification cards (write, --preview accepted)
# Pass the card_urn (urn:li:fsd_notificationCard:(…)) from a `notifications
#   list` item — NOT its object_urn (that targets the wrong notification).
# The urn embeds ( ) : , — pass it raw; the CLI percent-encodes it.
curviate notification delete <card_urn>
# "Show less like this" on one of your own cards (write, --preview accepted)
# For a network-activity card this removes the card (LinkedIn exposes no
#   softer signal). Same card handle, idempotency, and timing as delete.
curviate notification show-less <card_urn>

Write behavior

Both writes take the card's entity urn — the card_urn field of a notification list item (urn:li:fsd_notificationCard:(…)), never its object_urn. They are idempotent: deleting (or show-lessing) a card that is already gone succeeds; only a card_urn that never existed on this account returns RESOURCE_NOT_FOUND. They are effective within a few seconds for an organic card (network activity — a repost/comment/reaction by your network). A list re-read immediately after a write may still show the card for a moment — that is not a failure signal.

Caveat — editorial/promotional cards. delete is honest about its limit here: LinkedIn most likely re-injects editorial/promo cards, so a 200 is a correct accepted-request response, not a guarantee the card stays gone. Use show-less to suppress promo content — it is the reliable path for those classes.

Examples

List unread activity

curviate notification list --account acc_YOUR_ACCOUNT_ID

List one stream

curviate notification list --filter mentions --account acc_YOUR_ACCOUNT_ID

Preview a delete before sending it

curviate notification delete "urn:li:fsd_notificationCard:(urn:li:fsd_notification:9999,ALL)" --preview --account acc_YOUR_ACCOUNT_ID

Delete an organic card, or suppress a promo card

# Delete a network-activity card
curviate notification delete "urn:li:fsd_notificationCard:(urn:li:fsd_notification:9999,ALL)" --account acc_YOUR_ACCOUNT_ID
 
# Suppress a promotional card (delete may not stick; show-less is reliable)
curviate notification show-less "urn:li:fsd_notificationCard:(urn:li:fsd_notification:8888,ALL)" --account acc_YOUR_ACCOUNT_ID
COMPANY · LEGAL

Privacy Policy

Redmer Holding GmbHLast updated July 25, 2026

Who we are

Curviate is operated by Redmer Holding GmbH ("Curviate", "we", "us"), a German GmbH registered at Amtsgericht Bonn, HRB 29957, registered address Hostertstraße 16, 53332 Bornheim, Germany. Full company details are on our Imprint. We haven't appointed a statutory Data Protection Officer, since our processing doesn't reach the scale or sensitivity that requires one. Privacy questions go to privacy@curviate.com.

The two roles we play

When you create an account and use Curviate, we process your own data (identity, billing, API keys, connector authorizations). For that data, we are the controller.

When you use Curviate to act on your own connected LinkedIn account, viewing profiles, sending messages, managing engagement, that content and those contacts belong to that account and its people. You are the controller of that data; we are the processor, acting only on your instructions, under the Data Processing Agreement between us. If one of your contacts has a question about being reached through Curviate, you're who they should contact first; email privacy@curviate.com if you need help routing it.

What we collect, and why

DataWhy
Account identity (name, email, sign-in method)Create and secure your account
Your LinkedIn credentialsOperate the actions you request
LinkedIn content returned by an API callFulfil that specific request, nothing more
API keys and connector (OAuth) authorizationsAuthenticate your API, CLI, MCP, or SDK requests
Billing detailsCharge you correctly and meet our tax obligations
Usage and security logsKeep the service reliable and abuse-free
Support messagesRespond to you
Website analytics, only if you opt inUnderstand how the site is used

We rely on our contract with you, our legitimate interest in running and securing the service, our legal obligations (tax law, for example), and, for analytics, your consent. We never sell your data or use it to train models.

Where it's processed, and who else touches it

Our infrastructure runs in the EU. Hosting: Railway. Database and auth: Supabase, Ireland. Email: Resend. Payments: Stripe. Network security: a DDoS-protection provider sits in front of our app and never sees or stores request content. LinkedIn connectivity: a third-party infrastructure provider that lets us execute LinkedIn actions on your behalf. Error tracking: Sentry, Frankfurt. Product analytics: PostHog, Frankfurt. Uptime monitoring: Better Stack.

We give the current, named list of every provider above, plus our Data Processing Agreement, to any customer who asks: security@curviate.com.

Outside the EU

All customer LinkedIn data, account data, and telemetry are processed and stored exclusively in EU regions of our sub-processors. A few providers we rely on (Stripe and Sentry, for example) are headquartered outside the EU/EEA; where that applies, it's covered by their own GDPR safeguards, typically the EU Standard Contractual Clauses.

How long we keep it

DataRetention
Account and workspace dataWhile your account is active
Closed accountRecoverable for 7 days, then deleted on day 8
LinkedIn credentialsUntil you disconnect that account
LinkedIn contentNot stored; any transient cache clears within 1 hour, never indexed, never used for training
API keysUntil you revoke or rotate them
Connector (OAuth) authorizationsAccess token ~1 hour; refresh token up to ~12 months, or until you revoke it, whichever comes first
Billing recordsAs required by German tax law, currently up to 10 years
LogsA short operational window; metadata only, never message content

The 12-month figure above is a server-side credential for a connected AI agent or app. It is not a cookie and doesn't touch your browser session; see Cookies below for that. You can see and revoke every connector from Authorized applications in your dashboard at any time.

Cookies

We keep cookies to a minimum, and ask before anything beyond the essentials runs.

Strictly necessary, no consent needed:

NamePurposeExpiry
cc_cookieRemembers your cookie choice12 months
curviate-themeRemembers light/dark mode (local storage, not a cookie)Persistent
sb-*-auth-tokenKeeps you signed inWhile active; cleared on sign-out

Analytics, only if you accept:

NamePurposeExpiry
_gaGoogle Analytics: distinguishes visitors2 years
_gidGoogle Analytics: distinguishes visitors24 hours
_ga_<container id>Google Analytics: persists session state2 years

No advertising cookies, ever. Accept and reject are equally easy, and you can change your mind any time via Cookie Preferences in the footer; we won't ask again for 12 months unless something material changes. Our LinkedIn connect flow and OAuth authorization screen never set anything beyond the essentials, so no banner appears there.

Connecting an AI agent or app

Curviate is built for AI agents and automated clients as much as for people. If you connect an app like Claude, or your own code, via an API key or an OAuth connector, it can act on your workspace within the access you gave it. What it does with anything it receives back, including what it sends to its own AI model, is between you and that provider; review its practices before connecting it. Review and revoke any connection any time from your dashboard.

Your rights

You can access, correct, delete, restrict, or object to your data, port it elsewhere, and withdraw consent at any time: email privacy@curviate.com. Closing your account starts the 7-day recoverable window above. We don't make automated decisions about you that have a legal or similarly significant effect. You can also complain to a supervisory authority; ours is the Landesbeauftragte für Datenschutz und Informationsfreiheit Nordrhein-Westfalen (LDI NRW), www.ldi.nrw.de, though you're free to complain to the one in your own country instead.

Keeping it secure

Credentials are encrypted and never logged, returned, or shared. LinkedIn actions run through native, humanized flows; full detail is on our Security & Compliance page. If a breach puts your rights at risk, we'll notify the authorities and you, as GDPR requires. Curviate isn't directed at, or offered to, anyone under 16.

Changes

We'll update this page when our practices change, and reset the cookie prompt if the change is material.

Contact