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 Messages API

Inspect realtime message history and delivery stats.

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

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

This API exposes 3 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.

3 operations 2 paths 4 schemas 1 DELETE2 GET

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 Messages API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

Paths & Operations 3

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

Messages 3

Inspect realtime message history and delivery stats.

GET
/api/realtime/messages
List Messages
4 params → 200400
DELETE
/api/realtime/messages
Clear Messages
→ 200
GET
/api/realtime/messages/stats
Get Message Statistics
2 params → 200400

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Message (11 properties), MessageStats (4 properties), ErrorResponse (4 properties), ClearMessagesResponse (1 property). Each schema is shown below with its type and property counts.

ErrorResponse
object
4 properties 3 required
ClearMessagesResponse
object
1 property 1 required
Message
object
11 properties 9 required
MessageStats
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

insforge-messages-api-openapi.yml Raw ↑

Other APIs Insforge publishes across the network.

Insforge Admin API
Insforge Channels API
Insforge Client API
Insforge Configuration 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