Otark API
Otark API
REST API for discovering green energy offers and demands on the Otark platform
The Otark API provides programmatic access to the Otark platform, enabling you to discover and manage green energy offers and demands.
Base URL
https://api.otark.com/v1All requests must use HTTPS. Responses are returned in JSON format.
Authentication
All requests must include the X-Api-Key header:
curl -X GET "https://api.otark.com/v1/assets" \
-H "X-Api-Key: YOUR_API_KEY"API keys can be generated in your account settings. Store your key securely — it grants access to your Otark account.
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.
Support
If you have any questions or need further assistance, contact us at support@otark.com.