Beta — endpoints, schemas, limits and examples may change before general availability.
Hellomateo API Documentation
Endpoints

Start Journey Executions Batch

POST
/v1/journey-executions/start/batch

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

journey_id*string
Formatuuid
items*array<>
Itemsitems <= 500

Response 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