mirror of
https://github.com/rajnandan1/kener.git
synced 2026-05-08 04:09:23 -05:00
30 lines
811 B
Markdown
30 lines
811 B
Markdown
---
|
|
title: Kener APIs
|
|
description: Kener gives APIs to push data and create incident.
|
|
---
|
|
|
|
# Kener APIs
|
|
|
|
Kener also gives APIs to push data and create incident. Before you use kener apis you will have to generate the API keys using the dashboard.
|
|
|
|
1. Go to manage kener dashboard
|
|
2. Go to api keys
|
|
3. Click on Create New API Key
|
|
4. Enter a name for the API key
|
|
5. Click on Create
|
|
|
|
You can use the generated API key to authenticate the APIs. It will be not be shown again, so make sure to save it.
|
|
|
|
## API Reference
|
|
|
|
The current version is 3.0.0. We maintain just one version
|
|
|
|
[API Reference](/api-reference)
|
|
|
|
You can download the openapi spec
|
|
|
|
- [JSON](https://raw.githubusercontent.com/rajnandan1/kener/main/openapi.json)
|
|
- [YAML](https://raw.githubusercontent.com/rajnandan1/kener/main/openapi.yaml)
|
|
|
|
---
|