The Otark API provides programmatic access to the Otark platform, enabling you to discover and manage green energy offers and demands.Documentation Index
Fetch the complete documentation index at: https://docs.otark.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All requests must include theX-Api-Key header:
Getting Started
- Obtain an API key from your account settings.
- Browse assets by calling
GET /v1/assets. - Browse demands by calling
GET /v1/demands.
See Authentication and Pagination for details on API key usage and paginating through results.