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

Knock Microsoft Teams API

The Microsoft Teams API from Knock — 4 operation(s) for microsoft teams.

Knock Microsoft Teams API is one of 19 APIs that Knock publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

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

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

Requests are made against a single base URL, https://api.knock.app.

4 operations 4 paths 3 schemas 3 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Base URL
https://api.knock.app/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Knock Microsoft Teams API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

Paths & Operations 4

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

Microsoft Teams 4
GET
/v1/providers/ms-teams/{channel_id}/auth_check
Check auth
msTeamsProviderAuthCheck 2 params → 200
GET
/v1/providers/ms-teams/{channel_id}/channels
List channels
listChannelsForMsTeamsProvider 5 params → 200
GET
/v1/providers/ms-teams/{channel_id}/teams
List teams
listTeamsForMsTeamsProvider 6 params → 200
PUT
/v1/providers/ms-teams/{channel_id}/revoke_access
Revoke access
msTeamsProviderRevokeAccess 2 params → 200403

Schemas 3

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

MsTeamsAuthCheckResponse
object
The response from a Microsoft Teams auth check request.
1 property 1 required
TeamsForMsTeamsProviderResponse
object
The response from a Microsoft Teams provider request, containing a list of teams.
2 properties 2 required
ChannelsForMsTeamsProviderResponse
object
The response from a Microsoft Teams provider request, containing a list of channels.
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

knock-microsoft-teams-api-openapi.yml Raw ↑

Other APIs Knock publishes across the network.

Knock Audiences API
Knock Bulk operations API
Knock Channel data API
Knock Feeds API
Knock Guides API
Knock Integrations API
Knock Messages API
Knock Objects API
Knock Preferences API
Knock Providers API
Knock Schedules API
Knock Slack API