Skip to content

Overview

White-label notification engine. Authenticate with a bearer API key issued per environment. All /v1/* paths require Authorization: Bearer <api_key>.

The OAuth install/callback routes (/oauth/slack/*) require cookie authentication (dashboard session) rather than an API key.

Information

  • OpenAPI version: 3.1.0

API key issued per environment. Pass as Authorization: Bearer <key>.

Security scheme type: http

Dashboard session cookie (used only by OAuth install/callback routes).

Security scheme type: apiKey

Cookie parameter name: .AspNetCore.Cookies

Short-lived inbox JWT issued by POST /inbox/v1/tokens/verify.

Security scheme type: http