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

APIContext Schedules API

The Schedules API from APIContext — 3 operation(s) for schedules.

APIContext Schedules API is one of 13 APIs that APIContext publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 6 operations across 3 paths. It is described by OpenAPI 3.0.3, at version 2.0.0.

Requests are made against a single base URL, https://client.apimetrics.io/api/2.

6 operations 3 paths 0 schemas 2 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0.0
Server
https://client.apimetrics.io/api/2
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

APIContext Schedules API declares 1 security scheme for authenticating requests. An API key is passed in the query as _token (ApiTokenAuth). By default, every request must be authenticated.

Paths & Operations 6

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

Schedules 6
GET
/schedules/
List schedules
listSchedules → 200
POST
/schedules/
Create a schedule
createSchedule body → 201
GET
/schedules/{schedule_id}
Get a schedule
getSchedule 1 param → 200
DELETE
/schedules/{schedule_id}
Delete a schedule
deleteSchedule 1 param → 204
PUT
/schedules/{schedule_id}/call/{call_id}
Add an API call to a schedule
addCallToSchedule 2 params body → 200
DELETE
/schedules/{schedule_id}/call/{call_id}
Remove an API call from a schedule
removeCallFromSchedule 2 params → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

apicontext-schedules-api-openapi.yml Raw ↑

Other APIs APIContext publishes across the network.

APIContext Synthetic API Testing
APIContext Agents API
APIContext Alerts API
APIContext API Calls API
APIContext Directory API
APIContext Insights API
APIContext Projects API
APIContext Reports API
APIContext Results API
APIContext Statistics API
APIContext Tokens API
APIContext Workflows API