Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Novu Topics API

Group subscribers into addressable audiences.

Novu Topics API is one of 13 APIs that Novu publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Topics. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and an AsyncAPI specification.

This API exposes 6 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against 2 base URLs: https://api.novu.co/v1, https://eu.api.novu.co/v1.

6 operations 3 paths 3 schemas 2 DELETE2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.novu.co/v1
Authentication
API Key
Contact
License
Resource Areas
1

Authentication & Security 1

Novu Topics API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — Novu secret API key from the Dashboard API Keys page, sent as Authorization: ApiKey .

Paths & Operations 6

Across 3 paths, the API surfaces 6 operations — 2 DELETE, 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Topics 6

Group subscribers into addressable audiences.

POST
/topics
Create a topic
createTopic body → 201401
GET
/topics
List all topics
listTopics 2 params → 200401
GET
/topics/{topicKey}
Retrieve a topic
getTopic 1 param → 200404
DELETE
/topics/{topicKey}
Delete a topic
deleteTopic 1 param → 200404
POST
/topics/{topicKey}/subscribers
Create topic subscriptions
addSubscribersToTopic 1 param body → 200404
DELETE
/topics/{topicKey}/subscribers
Delete topic subscriptions
removeSubscribersFromTopic 1 param body → 200404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Error (3 properties), TopicInput (2 properties). Each schema is shown below with its type and property counts.

Topic
Error
object
3 properties
TopicInput
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

novu-co-topics-api-openapi.yml Raw ↑

Other APIs Novu publishes across the network.

Novu Inbox Realtime API
Novu Environments API
Novu Events API
Novu Inbox API
Novu Integrations API
Novu Layouts API
Novu Messages API
Novu Notifications API
Novu Preferences API
Novu Subscribers API
Novu Translations API
Novu Workflows API