---
title: "Reconciles HubSpot contacts with database users"
method: POST
path: "/v2/private/reconcile-hubspot-contacts"
---

# Reconciles HubSpot contacts with database users

`POST /v2/private/reconcile-hubspot-contacts`

Finds users missing from HubSpot or with incomplete properties and creates/updates them

## Request body

- object

## Response `200`

Successful response

- object
  - `success` boolean, required
  - `totalUsers` number, required
  - `created` number, required
  - `updated` number, required
  - `skipped` number, required
  - `failed` number, required

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `500` — Internal server error

---

[API](https://skmtc.net/hyperbolic/apis/castle-api.md) · [All operations](https://skmtc.net/hyperbolic/apis/castle-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hyperbolic/castle-api/revisions/fd9320b4b13d/schema)
