Unlocks orders with specified id's
Security
api-key
POST
curl -i -X POST \
https://acc-trading.etpa.nl/public-api/1.0/electricity/gopacs-orderbook/status/unlock \
-H 'Content-Type: application/json' \
-H 'api_key: YOUR_API_KEY_HERE' \
-d '[
"string"
]'Response
{ "unlocked": [ "string" ], "failed": [ "string" ], "unlockedByTimeStamp": 1704070000000 }