(v1) Bulk Import Event Data

Bulk version of POST /api/v1/eventimport. Accepts an events array where each item is identical in structure to a single eventimport payload.

All-or-nothing behaviour: if any item in the array has a malformed payload, the entire request fails and no events are imported. There are no partial imports.

Field values must be strings, even for fields that look numeric (e.g. user IDs in rows pairs).

Recommended for integrators already familiar with eventimport. If you are new to event import, start with POST /api/v1/eventimport to validate your payload structure before using this endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
required
Allowed:
string
enum
required
Allowed:
Body Params
events
array of objects
required

Array of events to create or update. Each item follows the same structure as a single eventimport request body.

events*
Headers
string

A unique identifier for your application. Helps Teamworks support staff identify your requests if you need assistance.

Response

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json