cURL
curl --request PATCH \ --url https://integration.getmateo.com/api/v1/contact_list \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": "random uuid", "organisation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "created_at": "now()", "updated_at": "now()" } '
{ "id": "random uuid", "organisation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "created_at": "now()", "updated_at": "now()" }
Update an existing contact list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Select columns to return
Contact List ID
Organisation ID
Name of contact list
contact_list
The updated Contact List object