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

Accelevents Sessions API

Agenda sessions, tracks, and speakers.

Accelevents Sessions API is one of 5 APIs that Accelevents publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Sessions. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

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

Requests are made against a single base URL, https://api.accelevents.com/rest.

4 operations 3 paths 3 schemas 2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.accelevents.com/rest
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Accelevents Sessions API declares 1 security scheme for authenticating requests. An API key is passed in the header as AUTHENTICATION (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — Organization API key generated from the account Integrations tab (Edit Enterprise - Integrations - API Key), passed in a request header. The header name is mod…

Paths & Operations 4

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

Sessions 4

Agenda sessions, tracks, and speakers.

GET
/events/{eventUrl}/staff/sessions
Get sessions list
getSessionsList 3 params → 200401
PATCH
/events/{eventUrl}/staff/sessions/{sessionId}
Update session
updateSession 2 params body → 200401404
GET
/events/{eventUrl}/staff/speakers
Get speakers list
getSpeakersList 1 param → 200401
POST
/events/{eventUrl}/staff/speakers
Create speaker
createSpeaker 1 param body → 200401

Schemas 3

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

Session
object
7 properties
Error
object
2 properties
Speaker
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

accelevents-sessions-api-openapi.yml Raw ↑

Other APIs Accelevents publishes across the network.

Accelevents Attendees API
Accelevents Events API
Accelevents Orders API
Accelevents Tickets API