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

Nex Notifications API

The Notifications API from Nex — 4 operation(s) for notifications.

Nex Notifications API is one of 16 APIs that Nex publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 7 operations across 4 paths, and defines 8 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against a single base URL, https://app.nex.ai/api/developers.

7 operations 4 paths 8 schemas 1 DELETE4 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://app.nex.ai/api/developers
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Nex Notifications API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth).

  • ApiKeyAuth — API key for authentication (format: "Bearer YOURAPIKEY")

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Notifications 7
GET
/v1/notifications/feed
Get Notification Feed
getNotificationFeed 2 params → 200400401500
GET
/v1/notifications/preferences
Get Notification Preferences
getNotificationPreferences → 200401500
PATCH
/v1/notifications/preferences
Update Notification Preferences
updateNotificationPreferences body → 200400401500
GET
/v1/notifications/custom
List Custom Notification Rules
listCustomNotificationRules → 200401500
POST
/v1/notifications/custom
Create Custom Notification Rule
createCustomNotificationRule body → 200400401500
GET
/v1/notifications/custom/{id}
Get Custom Notification Rule
getCustomNotificationRule 1 param → 200401404500
DELETE
/v1/notifications/custom/{id}
Delete Custom Notification Rule
deleteCustomNotificationRule 1 param → 200401404500

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are developer.NotificationFeedItem (6 properties), developer.CustomNotificationRuleResponse (6 properties), developer.NotificationPreferencesResponse (3 properties), developer.UpdateNotificationPreferencesRequest (3 properties). Each schema is shown below with its type and property counts.

httpx.APIError
object
2 properties
developer.NotificationFeedItem
object
6 properties
developer.NotificationPreferencesResponse
object
3 properties
developer.UpdateNotificationPreferencesRequest
object
3 properties
developer.NotificationFeedResponse
object
1 property
developer.ListCustomNotificationRulesResponse
object
1 property
developer.CustomNotificationRuleResponse
object
6 properties
developer.CreateCustomNotificationRuleRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nex-notifications-api-openapi.yml Raw ↑

Other APIs Nex publishes across the network.

Nex AI Lists API
Nex Compounding API
Nex Context API
Nex Graph API
Nex Insights API
Nex Integrations API
Nex Lists API
Nex Notes API
Nex Objects API
Nex Records API
Nex Relationships API
Nex Schema API