Trigger test notification

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Dispatch Notification Structure

Required Fields

Response Codes

200 - Test dispatch notification

Other Response Codes

Example Request

curl --request POST \
     --url https://api.staging.leap.energy/v1.1/account/accountId/bidding/dispatch/webhook/test_url \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '\n{\n  "timeslot": {\n    "test_event": true\n  }\n}\n'```

### Example Response

{
"example": {
"sent_time": "2023-01-23T04:56:07.000Z", "headers": {
"key": [
"x-api-key",
"your-key"
]
},
"http_status": 200, "received_time": "2023-01-23T04:56:17.000Z", "body": "body that is echoed."
}
}