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

KolayIK Calendar API

The Calendar API from KolayIK — 5 operation(s) for calendar.

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

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

This API exposes 5 operations across 5 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 2.0.0.

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

5 operations 5 paths 1 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.kolayik.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

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

  • bearerAuth — API token created at https://app.kolayik.com/settings/developer-settings and sent as Authorization: Bearer .

Paths & Operations 5

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

Calendar 5
POST
/v2/event/create
Create an event
eventCreate → 200
GET
/v2/event/view/{id}
View an event
eventView 1 param → 200
GET
/v2/event/list
List events
eventList 5 params → 200
PUT
/v2/event/update/{id}
Update an event
eventUpdate 1 param → 200
DELETE
/v2/event/delete/{id}
Delete an event
eventDelete 1 param → 200

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Envelope (2 properties). Each schema is shown below with its type and property counts.

Envelope
object
Standard Kolay response envelope observed in every documented example response.
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kolayik-calendar-api-openapi.yml Raw ↑

Other APIs KolayIK publishes across the network.

KolayIK Approval Process API
KolayIK Expense API
KolayIK Leave API
KolayIK Payroll API
KolayIK Person API
KolayIK Profile API
KolayIK Timelog API
KolayIK Training API
KolayIK Transaction API
KolayIK Unit API