v1

latestOpenAPI 3.0.02026-07-23135518615.8 KB
Status Messages

Webhook to pull a series of status messages

Allows a Market Participant to get a series of status messages

post/statusmessage/config/{recipient-id}

Request body

callbackURLstring uri
maxMessageCountnumber

optional - will default - lower lmit

maxPayloadSizenumber

overall maximum payload size in Kb

Example request

{
  "callbackURL": "https://bigEnergyServer.com/receiveEvents",
  "maxMessageCount": 100,
  "maxPayloadSize": 100000
}

Response

Publication configured