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

Changes

No recorded changes to this endpoint across all 1 revision of this API.