Test a webhook

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

Dispatch Webhook Skip link to Dispatch Webhook

Webhook events for dispatch notifications are currently setup independently of this general webhook platform. See the Dispatch Webhook Events guide for setting up and receiving dispatch webhooks using the meter-level or group-level endpoints.

Webhook Parameters

Response Example

{
  "is_successful": true,
  "status_code": 0,
  "response_time_ms": 6,
  "error": "error"
}

cURL Example

curl --request POST \
     --url https://api.staging.leap.energy/v1.1/webhooks//test \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --data '
{
  "webhook_event_type": "meter.created",
  "transmission_region": "CAISO"
}
'