How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

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.

14 operations 13 paths 9 schemas 2 DELETE2 GET10 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
3.1
Base URL
https://enterprise-data-api.nordstellar.com
Authentication
HTTP Basic, API Key
Resource Areas
1

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.

Subscription Management 14

Endpoints for managing user subscriptions to data breach monitoring services. These operations enable administrators to create, update, and delete subscriptions for email addresse…

GET
/subscription
Get user subscriptions
getSubscriptions 2 params → 200400401
POST
/subscription/email-sha256
Create email subscription
createEmailSubscription body → 200400401
POST
/subscription/phone-sha256
Create phone subscription
createPhoneSubscription body → 200400401
POST
/subscription/domain
Create domain subscription
createDomainSubscription body → 200400401
POST
/subscription/{cc-hash-type}
Create zero knowledge credit card subscription
createZkCcSubscription 1 param body → 200400401
POST
/subscription/{nin-hash-type}
Create zero knowledge national identification number subscription
createZkNinSubscription 1 param body → 200400401
POST
/subscription/email-sha256/bulk
Create email subscriptions
createEmailSubscriptions body → 200400401
POST
/subscription/phone-sha256/bulk
Create phone subscriptions
createPhoneSubscriptions body → 200400401
POST
/subscription/domain/bulk
Create domain subscriptions
createDomainSubscriptions body → 200400401
POST
/subscription/{cc-hash-type}/bulk
Create zero knowledge credit card subscriptions
createZkCcSubscriptions 1 param body → 200400401
POST
/subscription/{nin-hash-type}/bulk
Create zero knowledge national identification number subscriptions
createZkNinSubscriptions 1 param body → 200400401
DELETE
/subscription/bulk
Delete subscriptions
deleteSubscriptionsBulk body → 200400401404
GET
/subscription/{id}
Get subscription
getSubscriptionByIdentifier 1 param → 200400401404
DELETE
/subscription/{id}
Delete subscription
deleteSubscriptions 1 param → 200400401404

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.

CreatedSubscriptionsSample
object
1 property
ZKSubscription
object
2 properties 1 required
AssetSubscriptions
object
2 properties 1 required
SubscriptionsSample
object
3 properties
ZKSubscriptions
object
2 properties 1 required
SubscriptionSample
object
5 properties
DomainSubscriptions
object
2 properties 1 required
DomainSubscription
object
2 properties 1 required
AssetSubscription
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nord-security-subscription-management-api-openapi.yml Raw ↑

Other APIs Nord Security publishes across the network.

NordStellar MCP Server
NordLayer Partner / MSP API
NordLayer SCIM 2.0 Provisioning
NordPass Provider API
NordVPN Public Server API
Nord Security API User Management API
Nord Security Applications API
Nord Security AUC API
Nord Security Breached Databases API
Nord Security Company Details API
Nord Security Cookie Intelligence API
Nord Security Cookies API
Where this information came from

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.