Endpoints
Start Journey Executions Batch
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
journey_id*string
Format
uuiditems*array<>
Items
items <= 500Response Body
curl -X POST "https://api.getmateo.com/v1/journey-executions/start/batch" \ -H "Content-Type: application/json" \ -d '{ "journey_id": "dbb196a2-10f8-4856-b09c-454a1fe6bf09", "items": [ { "deduplication_id": "string", "contact": {} } ] }'Empty