---
title: "Update Mailchimp Contacts"
method: POST
path: "/Mailchimp/Update"
tags: ["Mailchimp"]
---

# Update Mailchimp Contacts

`POST /Mailchimp/Update`

**Auth:** Anonymous - no token required.

Re sync the contacts in mailchimp with the contacts in the database

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PostUpdateContactsRequest
  - `update` boolean

## Response `204`

Success - contacts updated

## Other responses

- `400` — An Error Occurred - could not update contatcs

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/fab57bf5558a/schema)
