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

Sync Contact List Memberships

PUT
/v1/contacts/{id}/contact-lists

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_lists*array<>

Response Body

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