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

Insforge Channels API

Configure realtime channel patterns, webhooks, and availability.

Insforge Channels API is one of 11 APIs that Insforge publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 5 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.0.0.

Requests are made against the base URL https://api.insforge.dev.

5 operations 2 paths 4 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0.0
Base URL
https://api.insforge.dev
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Insforge Channels API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

Paths & Operations 5

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

Channels 5

Configure realtime channel patterns, webhooks, and availability.

GET
/api/realtime/channels
List All Channels
→ 200
POST
/api/realtime/channels
Create Channel
body → 201400
GET
/api/realtime/channels/{id}
Get Channel by ID
1 param → 200404
PUT
/api/realtime/channels/{id}
Update Channel
1 param body → 200400404
DELETE
/api/realtime/channels/{id}
Delete Channel
1 param → 200404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Channel (7 properties), UpdateChannelRequest (4 properties), ErrorResponse (4 properties), CreateChannelRequest (4 properties). Each schema is shown below with its type and property counts.

CreateChannelRequest
object
4 properties 1 required
Channel
object
7 properties 5 required
ErrorResponse
object
4 properties 3 required
UpdateChannelRequest
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

insforge-channels-api-openapi.yml Raw ↑

Other APIs Insforge publishes across the network.

Insforge Admin API
Insforge Client API
Insforge Configuration API
Insforge Messages API
Insforge Payment Webhooks API
Insforge Permissions API
Insforge Razorpay Payments API
Insforge S3 Access Keys API
Insforge S3 Protocol API
Insforge Stripe Payments API