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
Import events from a csv file
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
File containing events to be imported
Configuration for the event import
Show child attributes
File containing the events to be imported