WebinarJam website screenshot

WebinarJam

WebinarJam is a live webinar platform for marketing, training, and sales events, while its sibling product EverWebinar provides automated and evergreen webinar replays. Both are published by Genesis Digital LLC and share one REST API that lets integrators list webinars, read webinar detail including schedules, presenters and custom registration fields, register attendees, pull registrant and attendee analytics, and unsubscribe leads. Every operation is a POST carrying a single account-wide 64-character api_key form field over TLS, with separate /webinarjam and /everwebinar base paths on api.webinarjam.com. API access requires a paid subscription plus an application approved by WebinarJam. No OpenAPI, AsyncAPI, MCP server or SDK is published; the reference is a human help centre and outbound custom webhooks are the only event surface.

WebinarJam publishes 2 APIs on the APIs.io network. Tagged areas include Webinars, Marketing, Live Events, Automated Webinars, and Evergreen Webinars.

The WebinarJam catalog on APIs.io includes 1 event-driven AsyncAPI specification.

WebinarJam’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, pricing, signup flow, and 21 more developer resources.

55.5/100 strong ▬ flat Agent 37/100 agent ready Full breakdown ↓
scored 2026-08-20 · rubric v0.12.0
AccessPaidFree trial
2 APIs
WebinarsMarketingLive EventsAutomated WebinarsEvergreen WebinarsLead GenerationRegistrationVideo StreamingMarketing AutomationSoftware-as-a-Service

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-20 · rubric v0.12.0
Composite quality — 55.5/100 · strong
Contract Quality 11.3 / 25
Developer Ergonomics 11.8 / 20
Access Clarity 16.8 / 20
Operational Transparency 5.8 / 13
Contract Governance 2.2 / 12
Discoverability 7.6 / 10
Agent readiness — 37/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/webinarjam: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 2

Individual APIs this provider publishes, each with its own machine-readable definition.

WebinarJam API

REST API for managing WebinarJam live webinars — list all webinars, retrieve one webinar's schedules, presenters and custom registration fields, register attendees and return th...

EverWebinar API

REST API for managing EverWebinar automated and evergreen webinars — list webinars, read one webinar's detail, register attendees against a specific session date and timezone, l...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Webinarjam Rate Limits

1 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Webinarjam Authentication

apiKey · 1 scheme

SECURITY

Webinarjam Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 6

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: webinarjam
name: WebinarJam
description: WebinarJam is a live webinar platform for marketing, training, and sales events, while its sibling product EverWebinar
  provides automated and evergreen webinar replays. Both are published by Genesis Digital LLC and share one REST API that
  lets integrators list webinars, read webinar detail including schedules, presenters and custom registration fields, register
  attendees, pull registrant and attendee analytics, and unsubscribe leads. Every operation is a POST carrying a single account-wide
  64-character api_key form field over TLS, with separate /webinarjam and /everwebinar base paths on api.webinarjam.com. API
  access requires a paid subscription plus an application approved by WebinarJam. No OpenAPI, AsyncAPI, MCP server or SDK
  is published; the reference is a human help centre and outbound custom webhooks are the only event surface.
type: Index
accessModel:
  pricing: paid
  onboarding: request
  trial: true
  try_now: false
  public: false
  label: Paid with approval-gated API
  confidence: high
  source:
  - https://webinarjam.com/pricing/
  - https://support.webinarjam.com/en/articles/15370143-apply-for-an-api-key-for-webinarjam-or-everwebinar
  generated: '2026-08-13'
  method: searched
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/webinarjam.png
tags:
- Webinars
- Marketing
- Live Events
- Automated Webinars
- Evergreen Webinars
- Lead Generation
- Registration
- Video Streaming
- Marketing Automation
- Software-as-a-Service
tags_raw:
- Webinars
- Marketing
- Live Events
- Automated Webinars
- Evergreen Webinars
- Lead Generation
- Registration
- Video Streaming
- Marketing Automation
- SaaS
url: https://raw.githubusercontent.com/api-evangelist/webinarjam/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-08-13'
specificationVersion: '0.23'
apis:
- aid: webinarjam:api
  name: WebinarJam API
  description: REST API for managing WebinarJam live webinars — list all webinars, retrieve one webinar's schedules, presenters
    and custom registration fields, register attendees and return their unique room links, page through registrants and attendees
    with attendance and purchase filters, and unsubscribe leads. All five operations are POST over TLS and authenticate with
    an account-wide api_key form field obtained after approval.
  humanURL: https://support.webinarjam.com/en/collections/19655423-developer-api
  baseURL: https://api.webinarjam.com/webinarjam
  tags:
  - Webinars
  - Live Events
  - Registration
  properties:
  - type: Documentation
    url: https://support.webinarjam.com/en/collections/19655423-developer-api
  - type: APIReference
    url: https://support.webinarjam.com/en/articles/15370142-use-webinarjam-and-everwebinar-apis
  - type: GettingStarted
    url: https://support.webinarjam.com/en/articles/15370144-connect-to-webinarjam-or-everwebinar-api
- aid: webinarjam:everwebinar-api
  name: EverWebinar API
  description: REST API for managing EverWebinar automated and evergreen webinars — list webinars, read one webinar's detail,
    register attendees against a specific session date and timezone, list registrants and attendees, and unsubscribe leads.
    Shares the same approval-gated account-wide API key as WebinarJam and adds timezone and date parameters on registration.
  humanURL: https://support.webinarjam.com/en/collections/19655423-developer-api
  baseURL: https://api.webinarjam.com/everwebinar
  tags:
  - Automated Webinars
  - Evergreen Webinars
  - Registration
  properties:
  - type: Documentation
    url: https://support.webinarjam.com/en/collections/19655423-developer-api
  - type: APIReference
    url: https://support.webinarjam.com/en/articles/15370142-use-webinarjam-and-everwebinar-apis
  - type: GettingStarted
    url: https://support.webinarjam.com/en/articles/15370144-connect-to-webinarjam-or-everwebinar-api
common:
- type: Website
  url: https://webinarjam.com
- type: DeveloperPortal
  url: https://support.webinarjam.com/en/collections/19655423-developer-api
- type: Documentation
  url: https://support.webinarjam.com/en/
- type: APIReference
  url: https://support.webinarjam.com/en/articles/15370142-use-webinarjam-and-everwebinar-apis
- type: GettingStarted
  url: https://support.webinarjam.com/en/articles/15370144-connect-to-webinarjam-or-everwebinar-api
- type: Support
  url: https://support.webinarjam.com/en/
- type: Blog
  url: https://webinarjam.com/blog/
- type: Pricing
  url: https://webinarjam.com/pricing/
- type: SignUp
  url: https://webinarjam.com/14-day-trial-checkout/
- type: Login
  url: https://app.webinarjam.com/
- type: TermsOfService
  url: https://webinarjam.com/terms/
- type: PrivacyPolicy
  url: https://webinarjam.com/privacy-policy/
- type: Compliance
  url: https://support.webinarjam.com/en/articles/15370067-understand-account-security-and-technology
- type: StatusPage
  url: https://status.webinarjam.com/
- type: API Key Application
  url: https://support.webinarjam.com/en/articles/15370143-apply-for-an-api-key-for-webinarjam-or-everwebinar
- type: LLMsTxt
  url: llms/webinarjam-llms.txt
- type: Authentication
  url: authentication/webinarjam-authentication.yml
- type: RateLimits
  url: rate-limits/webinarjam-rate-limits.yml
- type: Plans
  url: plans/webinarjam-plans-pricing.yml
- type: Conventions
  url: conventions/webinarjam-conventions.yml
- type: ErrorCatalog
  url: errors/webinarjam-problem-types.yml
- type: Lifecycle
  url: lifecycle/webinarjam-lifecycle.yml
- type: Webhooks
  url: asyncapi/webinarjam-webhooks.yml
- type: Packages
  url: packages/webinarjam-packages.yml
- type: Conformance
  url: conformance/webinarjam-conformance.yml
- type: DataModel
  url: data-model/webinarjam-data-model.yml
- type: AgentSkill
  url: skills/_index.yml
- type: DomainSecurity
  url: security/webinarjam-domain-security.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-enrichment:
  date: '2026-08-13'
  status: enriched
  artifacts_added: 16
  pass: local-v1