POST
/
v1
/
events
/
{source_name}
curl --request POST \
  --url https://api.airfold.co/v1/events/{source_name} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '[
  {}
]'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

source_name
string
required

Source name

Query Parameters

wait
boolean

If set to true wait for the data to be written before returning

Body

application/json ยท object[]

The body is of type object[].

Response

200
_mintlify/placeholder

OK