Skip to main content
POST
/
api
/
partners
/
v2.0
/
org
/
{org_id}
/
trading
/
dayahead
/
loadcurves
/
{trade_id}
/
confirm
Post
curl --request POST \
  --url https://api.example.com/api/partners/v2.0/org/{org_id}/trading/dayahead/loadcurves/{trade_id}/confirm \
  --header 'Authorization: Bearer <token>'
{
  "state": "not_found",
  "day": "2026-02-03",
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required
trade_id
string<uuid>
required

Response

OK

state
enum<string>
required
Available options:
not_found,
success,
expired,
rejected
day
string<date>
default:2026-02-03
error
string | null