POST
/
webhooks
/
{webhookID}
/
send
Send event
curl --request POST \
  --url https://api.bridge.xyz/v0/webhooks/{webhookID}/send \
  --header 'Api-Key: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "event_id": "<string>"
}'
{
"message": "Successfully sent the webhook event. This does not guarantee immediate delivery to the endpoint."
}

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string

Path Parameters

webhookID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Body

application/json

Specify the event to send to your endpoint.

The body is of type object.

Response

200
application/json

Event sent successfully

The response is of type object.