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

Nuon slack API is one of 18 APIs that Nuon publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include slack. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 14 operations across 11 paths, and defines 14 schemas. It is described by OpenAPI 2.0, at version 0.19.1074.

Requests are made against the base URL https://api.nuon.co.

14 operations 11 paths 14 schemas 2 DELETE6 GET1 PATCH5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
0.19.1074
Base URL
https://api.nuon.co
Authentication
API Key, API Key
Resource Areas
1

Authentication & Security 2

Nuon slack API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (APIKey). An API key is passed in the header as X-Nuon-Org-ID (OrgID).

  • APIKey — Type "Bearer" followed by a space and token.
  • OrgID — Nuon org ID

Paths & Operations 14

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

slack 14

slack

POST
/slack/commands/nuon
Slack /nuon slash command webhook
SlackSlashCommand 6 params → 200
POST
/slack/events
Slack Events API webhook
SlackEvents 1 param → 200
POST
/slack/interactions
Slack interactivity & shortcuts request URL
SlackInteractions 1 param → 200
GET
/slack/oauth/callback
Slack OAuth v2 redirect target
SlackOAuthCallback 2 params → 302400401500
GET
/v1/orgs/{org_id}/slack/channel-subscriptions
List Slack channel subscriptions for the current org
ListSlackChannelSubscriptions 1 param → 200400401500
POST
/v1/orgs/{org_id}/slack/channel-subscriptions
Create a Slack channel subscription
CreateSlackChannelSubscription 2 params → 201400401404409500
DELETE
/v1/orgs/{org_id}/slack/channel-subscriptions/{sub_id}
Delete a Slack channel subscription
DeleteSlackChannelSubscription 2 params → 204400401404500
PATCH
/v1/orgs/{org_id}/slack/channel-subscriptions/{sub_id}
Update a Slack channel subscription
UpdateSlackChannelSubscription 3 params → 200400401404409500
GET
/v1/orgs/{org_id}/slack/install-url
Get the Slack OAuth install URL for the current org
GetSlackInstallURL 1 param → 200400401500
GET
/v1/orgs/{org_id}/slack/installations
List Slack workspaces linked to the current org
ListSlackInstallations 1 param → 200400401500
GET
/v1/orgs/{org_id}/slack/installations/{installation_id}/channels
List channels visible to a Slack installation
ListSlackChannels 5 params → 200400401404500
GET
/v1/orgs/{org_id}/slack/org-links
List Slack workspace bindings for the current org
ListSlackOrgLinks 1 param → 200400401500
POST
/v1/orgs/{org_id}/slack/org-links
Bind a Slack workspace to the current org
CreateSlackOrgLink 2 params → 201400401404409500
DELETE
/v1/orgs/{org_id}/slack/org-links/{link_id}
Revoke a Slack workspace ↔ org binding
DeleteSlackOrgLink 2 params → 204400401404500

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are app.SlackInstallation (13 properties), app.SlackChannelSubscription (13 properties), app.SlackOrgLink (8 properties), client.Conversation (6 properties). Each schema is shown below with its type and property counts.

client.Conversation
object
6 properties
app.SlackInstallationStatus
string
service.slackChallengeResponse
object
1 property
service.ListChannelsResponse
object
2 properties
app.SlackOrgLink
object
8 properties
service.CreateChannelSubscriptionRequest
object
5 properties 2 required
app.SlackInstallation
object
13 properties
app.SlackOrgLinkStatus
string
app.SlackChannelSubscription
object
13 properties
service.GetInstallURLResponse
object
1 property
stderr.ErrResponse
object
3 properties
service.UpdateChannelSubscriptionRequest
object
4 properties
service.slashResponse
object
2 properties
service.CreateOrgLinkRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nuon-slack-api-openapi.yml Raw ↑

Other APIs Nuon publishes across the network.

Nuon accounts API
Nuon actions API
Nuon actions/runner API
Nuon apps API
Nuon auth API
Nuon components API
Nuon general API
Nuon installs API
Nuon notebooks API
Nuon onboarding API
Nuon orgs API
Nuon policy-reports API