Bulk create trips
Trips
Bulk create trips
Creates multiple trips for the specified business in a single request. Maximum of 100 trips per request. This endpoint is idempotent using the external_id field as the idempotency key for each trip.
POST
Bulk create trips
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business.
Body
application/json
List of trips to create. Maximum of 100 trips per request.
Maximum array length:
100Response
Trips created successfully.