Contact Lists
Add Contacts to List
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
contact_ids*array<>
Items
1 <= itemsResponse 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