Novu · Example Payload

Novu Error Response Example

NotificationsMessagingIn AppEmailSMSPushChatWorkflowsOpen SourceSubscribersTopicsInboxWorkflow OrchestrationMulti ChannelDigestMCPFrameworkReact

Novu Error Response Example is an example object payload from Novu, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusCodemessageerrorrequestId

Example Payload

Raw ↑
{
  "statusCode": 401,
  "message": "API key missing or invalid",
  "error": "Unauthorized",
  "requestId": "req_5e4d3c2b1a09"
}