Nord Security Subscription Management API
Endpoints for managing user subscriptions to data breach monitoring services. These operations enable administrators to create, update, and delete subscriptions for email addresses, phone numbers, domains, and sensitive data types.When a subscription is created, Serity automatically sends requests to the user’s webhook whenever new or updated data matches the subscription criteria. The webhook destination must be specified through the APIs user-management endpoints.### Webhook RequirementsTo ensure reliable delivery under high load, user webhooks **must support very high request throughput** — at least `100 requests per second`. Serity operates at scale and will **not throttle outbound traffic** based on slow client responses. Frequent `429 Too Many Requests` responses are retried, but they can **clog internal delivery queues**, thus, it is strongly recommended that webhook endpoints are backed by a **message queue** or similar buffering system that can **acknowledge requests immediately** and **process them asynchronously** at the desired pace. This ensures resilience and prevents backpressure issues during high traffic periods.### Delivery Semantics and Retry Policy- `2XX responses (200–299)` are treated as successful acknowledgements and are not retried. - `404 responses` trigger internal alerts and are **not retried**, as they typically indicate an invalid or deprecated endpoint.- `429 (Too Many Requests)` responses are retried with backoff, but can cause delivery delays if they persist.- `All other 4XX and 5XX responses` are **retried** with exponential backoff. - After prolonged retry failure, events are moved to a **DLQ**. In such cases, the platform team will contact the user. ### Webhook Payload```{ "subscription_id": "string", "document_type": "email-sha256 | phone-sha256 | cc-argon2id | nin-argon2id | cc-sha1 | nin-sha1", "document_identifier": "string", "operation_type": "update | insert", "databases": [], "credential_lists": [], "malware_logs": [],}```By default, users receive only documents with the *insert* operation type. If the corresponding subscription has the dispatch_on_update option enabled, the webhook also sends update events.
Nord Security Subscription Management API is one of 35 APIs that Nord Security publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Subscription Management. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.
This API exposes 14 operations across 13 paths, and defines 9 schemas. It is described by OpenAPI 3.2.0, at version 3.1.
Requests are made against a single base URL, /api/v3/data.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Nord Security Subscription Management API declares
2 security schemes
for authenticating requests.
It accepts HTTP basic authentication (BasicAuth).
An API key is passed in the header as X-API-KEY (ApiKeyAuth).
By default, every request must be authenticated.
BasicAuth— Authorization string. Needs to be in the standard BasicAuth format - "Basic BASE64CREDENTIALS", where BASE64CREDENTIALS is the user username:password encoded i…
Paths & Operations 14
Across 13 paths, the API surfaces 14 operations — 2 DELETE, 2 GET, 10 POST. Each is listed below with its method, path, parameters, and response codes.
Endpoints for managing user subscriptions to data breach monitoring services. These operations enable administrators to create, update, and delete subscriptions for email addresse…
Schemas 9
The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are SubscriptionSample (5 properties), SubscriptionsSample (3 properties), DomainSubscription (2 properties), DomainSubscriptions (2 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Nord Security 12
Other APIs Nord Security publishes across the network.
This is an independent, third-party profile of Nord Security Subscription Management API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.
The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.
Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.
info@apievangelist.com
·
Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and
you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.