POST
/
v1
/
projects
/
{projectID}
/
events
/
fanout

Authorizations

Authorization
string
headerrequired

Path Parameters

projectID
string
required

Project ID

Body

application/json
custom_headers
object

Specifies custom headers you want convoy to add when the event is dispatched to your endpoint

data
object

Data is an arbitrary JSON value that gets sent as the body of the webhook to the endpoints

event_type
string

Event Type is used for filtering and debugging e.g invoice.paid

idempotency_key
string

Specify a key for event deduplication

owner_id
string

Used for fanout, sends this event to all endpoints with this OwnerID.

Response

201 - application/json
message
string
status
boolean
data
object