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

Exec Scenarios API

The Scenarios API from Exec — 6 operation(s) for scenarios.

Exec Scenarios API is one of 9 APIs that Exec publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Scenarios. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

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

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

7 operations 6 paths 12 schemas 5 GET2 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.exec.com/rest/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Exec Scenarios API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — API key created in Settings API. Format: execlive followed by 40 alphanumeric characters.

Paths & Operations 7

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

Scenarios 7
GET
/scenarios/assignments
List scenario assignments
listAssignments 7 params → 200400401
GET
/scenarios/{scenario_id}/analytics/summary
Get scenario analytics summary
getScenarioAnalyticsSummary 7 params → 200401404
GET
/scenarios/{scenario_id}/analytics/participants
Get scenario participant analytics
getScenarioAnalyticsParticipants 10 params → 200401404
GET
/scenarios
List scenarios
listScenarios 9 params → 200400401
GET
/scenarios/{scenario_id}/access
Check scenario access
checkScenarioAccess 2 params → 200400401404
POST
/scenarios/{scenario_id}/access
Grant scenario access
grantScenarioAccess 1 param body → 200400401404
POST
/scenarios/{scenario_id}/assignments
Assign scenario to user
assignScenario 1 param body → 200400401404

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are Scenario (14 properties), Assignment (13 properties), ScenarioParticipantEntry (8 properties), ScenarioAnalyticsSummary (8 properties). Each schema is shown below with its type and property counts.

User
object
4 properties
ValidationErrorDetail
object
1 property
ScenarioParticipantEntry
object
Per-user performance data for a scenario.
8 properties
Assignment
object
A scenario assignment given to a user as a practice task.
13 properties
ScenarioAccessResponse
object
3 properties
SkillRef
object
A compact skill reference for embedding in other responses.
3 properties
ScenarioAnalyticsSummary
object
Aggregate analytics metrics for a scenario.
8 properties
GrantAccessResponse
object
4 properties
Scenario
object
14 properties
ScenarioScoreDistribution
array
Rank distribution across participants based on best scores (Gold ≥90, Silver ≥75, Bronze ≥50, Unranked <50).
Pagination
object
4 properties
ScenarioRef
object
A compact scenario reference for embedding in other responses.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

exec-scenarios-api-openapi.yml Raw ↑

Other APIs Exec publishes across the network.

Exec Collections API
Exec Knowledge Hub - Folders API
Exec Knowledge Hub - Pages API
Exec Knowledge Hub - Sources API
Exec Scenario Studio API
Exec Sessions API
Exec Skills API
Exec Workspace API