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

Add Contacts to List

POST
/v1/contact-lists/{id}/contacts/batch

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

contact_ids*array<>
Items1 <= items

Response Body

curl -X POST "https://api.getmateo.com/v1/contact-lists/497f6eca-6276-4993-bfeb-53cbbbba6f08/contacts/batch" \  -H "Content-Type: application/json" \  -d '{    "contact_ids": [      "497f6eca-6276-4993-bfeb-53cbbbba6f08"    ]  }'
Empty