Orkera API Documentation

Simple REST API for scheduled tasks with webhook notifications.

Overview

Orkera stores your task details and sends webhook notifications at specified times. Your application receives these webhooks and performs the actual task execution.

Base URL

All API endpoints are available at: https://api.orkera.com

Quick Start

  1. Sign in to your account to obtain an API key

  2. Include the API key in the Authorization header: Authorization: Api-Key YOUR_API_KEY

  3. Make requests to the desired endpoints