cURL
curl --request GET \ --url https://api.otark.com/v1/demands \ --header 'X-Api-Key: <api-key>'
{ "demands": [ { "id": "dem_KKbRxNEDjBFFlnX1Khiaw", "contractPeriod": 12, "deliveryVolume": 100, "additionalInfo": "Additional information about the demand", "country": "DE", "state": "Berlin", "deliveryStart": "2000-01-01T00:00:00.000Z" } ] }
Page number
x >= 1
Items per page
1 <= x <= 100
Demands list
List of demands
Show child attributes
The unique identifier of the demand
"dem_KKbRxNEDjBFFlnX1Khiaw"
The desired contract period in months
12
The desired delivery volume in MWh
100
Additional info
"Additional information about the demand"
The country of the demand
"DE"
The state of the demand
"Berlin"
The start date of delivery
"2000-01-01T00:00:00.000Z"
Was this page helpful?