Skip to main content
POST
/
events
/
import
cURL
curl --request POST \
  --url https://api.getenso.ai/events/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'config={
  "headers": {},
  "idempotency": [
    "<string>"
  ]
}' \
  --form file=@example-file

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data

File containing events to be imported

config
object

Configuration for the event import

file
file

File containing the events to be imported

I